Merge pull request #185704 from seppeljordan/update-nix-prefetch-github

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

authored by

Ryan Mulligan and committed by
GitHub
0486c5f9 0884cb0b

+2 -2
+2 -2
pkgs/development/python-modules/nix-prefetch-github/default.nix
··· 8 9 buildPythonPackage rec { 10 pname = "nix-prefetch-github"; 11 - version = "5.1.2"; 12 13 disabled = pythonOlder "3.7"; 14 ··· 16 owner = "seppeljordan"; 17 repo = "nix-prefetch-github"; 18 rev = "v${version}"; 19 - sha256 = "GHUH3Oog800qrdgXs5AEa4O6ovZ1LT0k3P4YwEHfwlY="; 20 }; 21 22 checkInputs = [ git which ];
··· 8 9 buildPythonPackage rec { 10 pname = "nix-prefetch-github"; 11 + version = "5.2.1"; 12 13 disabled = pythonOlder "3.7"; 14 ··· 16 owner = "seppeljordan"; 17 repo = "nix-prefetch-github"; 18 rev = "v${version}"; 19 + sha256 = "etmlRavPzJKLmyw3PYMgeMveFj4aVi38crHjdtDuaLg="; 20 }; 21 22 checkInputs = [ git which ];