mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-02 07:31:26 +00:00
pypi2nix: wrong hash
This commit is contained in:
parent
c29e76063e
commit
e775eff2a9
@ -6,8 +6,7 @@ let
|
|||||||
version = "1.4.0";
|
version = "1.4.0";
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "https://github.com/garbas/pypi2nix/archive/v${version}.tar.gz";
|
url = "https://github.com/garbas/pypi2nix/archive/v${version}.tar.gz";
|
||||||
sha256 = "0pkm93lg7i2chcw59bm5yv09qwcq3wifk8hgr6i3dvv20mifbndr";
|
sha256 = "0w5f10p4d4ppwg2plbbrmqwmi1ycgpaidyajza11c9svka014zrb";
|
||||||
|
|
||||||
};
|
};
|
||||||
in stdenv.mkDerivation rec {
|
in stdenv.mkDerivation rec {
|
||||||
name = "pypi2nix-${version}";
|
name = "pypi2nix-${version}";
|
||||||
|
Loading…
Reference in New Issue
Block a user