mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
diffoscope: fetch over https
This commit is contained in:
parent
7e3d181160
commit
d9d21b6734
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ python3Packages.buildPythonApplication rec {
|
|||
version = "91";
|
||||
|
||||
src = fetchgit {
|
||||
url = "git://anonscm.debian.org/reproducible/diffoscope.git";
|
||||
url = "https://anonscm.debian.org/git/reproducible/diffoscope.git";
|
||||
rev = "refs/tags/${version}";
|
||||
sha256 = "16xqy71115cj4kws6bkcjm98nlaff3a32fz82rn2l1xk9w9n3dnz";
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue