Skip to content

Commit

Permalink
libphidget22: 0-unstable-2024-04-11 -> 1.20.20240909
Browse files Browse the repository at this point in the history
(cherry picked from commit 4c6a1b0)
The old one wouldn't fetch the source anymore.
  • Loading branch information
mksafavi authored and vcunat committed Jan 6, 2025
1 parent c51788e commit 39417f9
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions pkgs/by-name/li/libphidget22/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,16 @@
automake,
libusb1,
}:

let
version = "1.20.20240909";
in
stdenv.mkDerivation {
pname = "libphidget22";
version = "0-unstable-2024-04-11";
inherit version;

src = fetchurl {
url = "https://cdn.phidgets.com/downloads/phidget22/libraries/linux/libphidget22.tar.gz";
hash = "sha256-mDoYVs0LhBb3+vzKjzYr9EmcrztmA4cy9xh5ONxHaxI=";
url = "https://www.phidgets.com/downloads/phidget22/libraries/linux/libphidget22/libphidget22-${version}.tar.gz";
hash = "sha256-20Y7cukEzq/Rf2v91SYTC1yCtS4p5aaG4aK8x6/6ebk=";
};

nativeBuildInputs = [ automake ];
Expand Down

0 comments on commit 39417f9

Please sign in to comment.