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:
parent
4634e69866
commit
0495b0763f
@ -33,7 +33,7 @@ stdenv.mkDerivation rec {
|
|||||||
fetchurl {
|
fetchurl {
|
||||||
name = "saleae-logic-${version}-32bit.zip";
|
name = "saleae-logic-${version}-32bit.zip";
|
||||||
url = "http://downloads.saleae.com/logic/${version}/Logic%20${version}%20(32-bit).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
|
else if stdenv.system == "x86_64-linux" then
|
||||||
fetchurl {
|
fetchurl {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user