Skip to content
This repository has been archived by the owner on Apr 12, 2021. It is now read-only.

Commit

Permalink
nix-prefetch-github: 2.1 -> 2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
seppeljordan committed Feb 28, 2019
1 parent 1233c8d commit b0e63ad
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 b0e63ad

Please sign in to comment.