0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-13 21:50:33 +03:00

nix-prefetch-github: 4.0 -> 4.0.1

This commit is contained in:
Sebastian Jordan 2020-11-07 20:13:30 +01:00 committed by Alyssa Ross
parent ccc9d4e842
commit 8691178e7a

View file

@ -15,11 +15,11 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "nix-prefetch-github"; pname = "nix-prefetch-github";
version = "4.0"; version = "4.0.1";
src = fetchPypi { src = fetchPypi {
inherit pname version; inherit pname version;
sha256 = "sha256-STUyMUCWAHfDA6dkpiOqSRBL3/tubedUbWa94Kp/764="; sha256 = "asfRohjOgYxMV/wprKvxUD328GVJQkAYnuAkE09kKgs=";
}; };
propagatedBuildInputs = [ propagatedBuildInputs = [