ccl: fix hash

This commit is contained in:
Franz Pletz 2016-08-23 18:28:23 +02:00
parent 3c06e5f6f7
commit 17234ca073

View File

@ -5,7 +5,7 @@ let
/* TODO: there are also MacOS, FreeBSD and Windows versions */ /* TODO: there are also MacOS, FreeBSD and Windows versions */
x86_64-linux = { x86_64-linux = {
arch = "linuxx86"; arch = "linuxx86";
sha256 = "07cny2qkzc624bzpdsy4iakcln0p7v5rhf8bv0vnh6rhpvnahrnq"; sha256 = "0g6mkl207ri3ib9w85i9w0sv7srz784pbxidz0d95p6qkvg6shba";
runtime = "lx86cl64"; runtime = "lx86cl64";
kernel = "linuxx8664"; kernel = "linuxx8664";
}; };