From 9e6bca876518fbcd32c67d72721310f6b60f6f75 Mon Sep 17 00:00:00 2001
From: Eelco Dolstra <e.dolstra@tudelft.nl>
Date: Thu, 3 Mar 2005 13:10:52 +0000
Subject: [PATCH] * Channel fix.

---
 scripts/nix-channel.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scripts/nix-channel.in b/scripts/nix-channel.in
index d75ed6c81..84fa72e35 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 .= "]";
-- 
GitLab