saleae-logic: fix 32-bit source hash

I messed up in commit 314b1fbf0 ("saleae-logic: 1.1.15 -> 1.2.9").
This commit is contained in:
Bjørn Forsman 2016-10-26 14:49:33 +02:00
parent 4634e69866
commit 0495b0763f
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ stdenv.mkDerivation rec {
fetchurl {
name = "saleae-logic-${version}-32bit.zip";
url = "http://downloads.saleae.com/logic/${version}/Logic%20${version}%20(32-bit).zip";
sha256 = "0000004xgv8v8l12shimhhn54nn0dldbxz1gpbx92ysd8q8x1q79";
sha256 = "1ji3va507z0mq5fc49z9yyik04f5m5mipylshvcz5kfnibavyyhi";
}
else if stdenv.system == "x86_64-linux" then
fetchurl {