pythonPackages.nix-prefetch-github: 5.1.2 -> 5.2.0

This commit is contained in:
Sebastian Jordan 2022-08-08 21:49:54 +02:00
parent 4bdf4169ad
commit 9778f08141

View File

@ -8,7 +8,7 @@
buildPythonPackage rec {
pname = "nix-prefetch-github";
version = "5.1.2";
version = "5.2.0";
disabled = pythonOlder "3.7";
@ -16,7 +16,7 @@ buildPythonPackage rec {
owner = "seppeljordan";
repo = "nix-prefetch-github";
rev = "v${version}";
sha256 = "GHUH3Oog800qrdgXs5AEa4O6ovZ1LT0k3P4YwEHfwlY=";
sha256 = "MDyoO1mJaTh+y9XDfhRcKHQcSJcsdKB9g1d+ede4znU=";
};
checkInputs = [ git which ];