Skip to content

Commit

Permalink
Merge pull request NixOS#185704 from seppeljordan/update-nix-prefetch…
Browse files Browse the repository at this point in the history
…-github

pythonPackages.nix-prefetch-github: 5.1.2 -> 5.2.1
  • Loading branch information
ryantm authored Aug 15, 2022
2 parents 0884cb0 + ffb91d0 commit 0486c5f
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@

buildPythonPackage rec {
pname = "nix-prefetch-github";
version = "5.1.2";
version = "5.2.1";

disabled = pythonOlder "3.7";

src = fetchFromGitHub {
owner = "seppeljordan";
repo = "nix-prefetch-github";
rev = "v${version}";
sha256 = "GHUH3Oog800qrdgXs5AEa4O6ovZ1LT0k3P4YwEHfwlY=";
sha256 = "etmlRavPzJKLmyw3PYMgeMveFj4aVi38crHjdtDuaLg=";
};

checkInputs = [ git which ];
Expand Down

0 comments on commit 0486c5f

Please sign in to comment.