python3Packages.nix-prefetch-github: 6.0.0 -> 6.0.1

This commit is contained in:
Sebastian Jordan 2023-03-07 13:36:04 +01:00
parent 3c5319ad3a
commit 10684ae9c4

View File

@ -9,7 +9,7 @@
buildPythonPackage rec {
pname = "nix-prefetch-github";
version = "6.0.0";
version = "6.0.1";
disabled = pythonOlder "3.8";
@ -17,7 +17,7 @@ buildPythonPackage rec {
owner = "seppeljordan";
repo = "nix-prefetch-github";
rev = "v${version}";
sha256 = "YobBihNPbqYYWhe3x0p+BIlEK8R62s/dDFWUzP7fCTI=";
sha256 = "tvoDSqg4g517c1w0VcsVm3r4mBFG3RHaOTAJAv1ooc4=";
};
nativeCheckInputs = [ unittestCheckHook git which ];