Merge pull request #56296 from seppeljordan/bump-nix-prefetch-github

nix-prefetch-github: 2.0 -> 2.1
This commit is contained in:
Sarah Brofeldt 2019-02-24 15:52:54 +01:00 committed by GitHub
commit 64eb7cb097
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -5,13 +5,13 @@
python3.pkgs.buildPythonApplication rec {
pname = "nix-prefetch-github";
version = "2.0";
version = "2.1";
src = fetchFromGitHub {
owner = "seppeljordan";
repo = "nix-prefetch-github";
rev = "v${version}";
sha256 = "06vxy26d1s7azb9amxdf83i8kxgs2sbjsy0d3mjhwffga13b4igc";
sha256 = "1v4w7xs8wxgl36vb2cnyj219mqvximkvvw46h4fp25vi2g3f9h8d";
};
propagatedBuildInputs = with python3.pkgs; [