Skip to content

Commit

Permalink
nix-prefetch-github: 2.1 -> 2.2
Browse files Browse the repository at this point in the history
(cherry picked from commit b0e63ad)
  • Loading branch information
seppeljordan authored and worldofpeace committed Mar 12, 2019
1 parent 72f6eab commit 6c33f9f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/build-support/nix-prefetch-github/default.nix
Expand Up @@ -5,13 +5,13 @@

python3.pkgs.buildPythonApplication rec {
pname = "nix-prefetch-github";
version = "2.1";
version = "2.2";

src = fetchFromGitHub {
owner = "seppeljordan";
repo = "nix-prefetch-github";
rev = "v${version}";
sha256 = "1v4w7xs8wxgl36vb2cnyj219mqvximkvvw46h4fp25vi2g3f9h8d";
sha256 = "1m1d1fzacvwprfvhxih1hzr1m0y1jjxiznf8p8b3bi5a41yzvrrl";
};

propagatedBuildInputs = with python3.pkgs; [
Expand Down

0 comments on commit 6c33f9f

Please sign in to comment.