diff options
author | Eelco Dolstra <e.dolstra@tudelft.nl> | 2005-03-03 13:10:52 +0000 |
---|---|---|
committer | Eelco Dolstra <e.dolstra@tudelft.nl> | 2005-03-03 13:10:52 +0000 |
commit | 9e6bca876518fbcd32c67d72721310f6b60f6f75 (patch) | |
tree | db3ab0abcc386a47288ec6f6f9251389658e7a8a | |
parent | 86cb3cc55468a9e83e3646acedfaedb6a0253b05 (diff) | |
download | guix-9e6bca876518fbcd32c67d72721310f6b60f6f75.tar.gz |
* Channel fix.
-rw-r--r-- | scripts/nix-channel.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/nix-channel.in b/scripts/nix-channel.in index d75ed6c817..84fa72e359 100644 --- a/scripts/nix-channel.in +++ b/scripts/nix-channel.in @@ -89,7 +89,7 @@ sub update { chomp $hash; # !!! escaping $nixExpr .= "((import @datadir@/nix/corepkgs/fetchurl) " . - "{url = $fullURL; sha1 = \"$hash\"; system = \"@system@\";}) " + "{url = $fullURL; md5 = \"$hash\"; system = \"@system@\";}) " } $nixExpr .= "]"; |