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

nix-prefetch-github: v3.0 -> v4.0
This commit is contained in:
Benjamin Hipple 2020-11-01 15:52:53 -05:00 committed by GitHub
commit 9c87b3271a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15,11 +15,11 @@
buildPythonPackage rec {
pname = "nix-prefetch-github";
version = "3.0";
version = "4.0";
src = fetchPypi {
inherit pname version;
sha256 = "sha256-EN+EbVXUaf+id5UsK4EBm/9k9FYaH79g08kblvW60XA=";
sha256 = "sha256-STUyMUCWAHfDA6dkpiOqSRBL3/tubedUbWa94Kp/764=";
};
propagatedBuildInputs = [