Skip to content

Commit

Permalink
saleae-logic: fix 32-bit source hash
Browse files Browse the repository at this point in the history
I messed up in commit 314b1fb ("saleae-logic: 1.1.15 -> 1.2.9").
  • Loading branch information
bjornfor committed Oct 26, 2016
1 parent 4634e69 commit 0495b07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/development/tools/misc/saleae-logic/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 0495b07

Please sign in to comment.