about summary refs log tree commit diff
path: root/scripts
diff options
context:
space:
mode:
authorEelco Dolstra <e.dolstra@tudelft.nl>2005-03-03T13·10+0000
committerEelco Dolstra <e.dolstra@tudelft.nl>2005-03-03T13·10+0000
commit9e6bca876518fbcd32c67d72721310f6b60f6f75 (patch)
treedb3ab0abcc386a47288ec6f6f9251389658e7a8a /scripts
parent86cb3cc55468a9e83e3646acedfaedb6a0253b05 (diff)
* Channel fix.
Diffstat (limited to 'scripts')
-rw-r--r--scripts/nix-channel.in2
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 .= "]";