pythonPackages.nix-prefetch-github: v5.2.0 -> v5.2.1
This commit is contained in:
parent
9778f08141
commit
ffb91d08a9
@ -8,7 +8,7 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "nix-prefetch-github";
|
||||
version = "5.2.0";
|
||||
version = "5.2.1";
|
||||
|
||||
disabled = pythonOlder "3.7";
|
||||
|
||||
@ -16,7 +16,7 @@ buildPythonPackage rec {
|
||||
owner = "seppeljordan";
|
||||
repo = "nix-prefetch-github";
|
||||
rev = "v${version}";
|
||||
sha256 = "MDyoO1mJaTh+y9XDfhRcKHQcSJcsdKB9g1d+ede4znU=";
|
||||
sha256 = "etmlRavPzJKLmyw3PYMgeMveFj4aVi38crHjdtDuaLg=";
|
||||
};
|
||||
|
||||
checkInputs = [ git which ];
|
||||
|
Loading…
Reference in New Issue
Block a user