bootstrap tools test: fixup after d71833ee36

This commit is contained in:
Vladimír Čunát
2017-11-11 21:41:42 +01:00
parent 462b5e0d21
commit f6655ba128
2 changed files with 7 additions and 2 deletions
+6 -1
View File
@@ -1,4 +1,4 @@
{ stdenv, fetchipfs }:
{ stdenv, fetchipfs, fetchurl }:
stdenv.mkDerivation rec {
name = "hello-2.10";
@@ -22,4 +22,9 @@ stdenv.mkDerivation rec {
maintainers = [ stdenv.lib.maintainers.eelco ];
platforms = stdenv.lib.platforms.all;
};
passthru.srcTarball = fetchurl {
inherit (src) url;
sha256 = "0ssi1wpaf7plaswqqjwigppsg5fyh99vdlb9kzl7c9lng89ndq1i";
};
}