1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

saleae-logic: 1.2.28 -> 1.2.18

Yes, this is a downgrade. The .28 version is beta software, whereas .18
is the latest stable version.
This commit is contained in:
Bjørn Forsman 2019-05-16 10:40:32 +02:00
parent 3aac8d026b
commit 03398be1b9

View file

@ -26,13 +26,13 @@ assert stdenv.hostPlatform.system == "x86_64-linux";
stdenv.mkDerivation rec {
pname = "saleae-logic";
version = "1.2.28";
version = "1.2.18";
name = "${pname}-${version}";
src = fetchurl {
name = "saleae-logic-${version}-64bit.zip";
url = "http://downloads.saleae.com/logic/${version}/Logic%20${version}%20(64-bit).zip";
sha256 = "0apq8hmn39k0ads4xy8iyy9rp8bvia60mh7a944rk1gjpqv227g5";
sha256 = "0lhair2vsg8sjvzicvfcjfmvy30q7i01xj4z02iqh7pgzpb025h8";
};
desktopItem = makeDesktopItem {