lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

pypi2nix: wrong hash

+1 -2
+1 -2
pkgs/development/tools/pypi2nix/default.nix
··· 6 6 version = "1.4.0"; 7 7 src = fetchurl { 8 8 url = "https://github.com/garbas/pypi2nix/archive/v${version}.tar.gz"; 9 - sha256 = "0pkm93lg7i2chcw59bm5yv09qwcq3wifk8hgr6i3dvv20mifbndr"; 10 - 9 + sha256 = "0w5f10p4d4ppwg2plbbrmqwmi1ycgpaidyajza11c9svka014zrb"; 11 10 }; 12 11 in stdenv.mkDerivation rec { 13 12 name = "pypi2nix-${version}";