libphidget22: 0-unstable-2024-04-11 -> 1.20.20240909 (#348834)

This commit is contained in:
Pol Dellaiera 2024-12-01 18:39:57 +01:00 committed by GitHub
commit dad3f6cdb5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 12 additions and 8 deletions

View File

@ -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 ];

View File

@ -6,14 +6,16 @@
libusb1,
libphidget22,
}:
let
version = "1.20.20240909";
in
stdenv.mkDerivation {
pname = "libphidget22extra";
version = "0-unstable-2024-04-11";
inherit version;
src = fetchurl {
url = "https://cdn.phidgets.com/downloads/phidget22/libraries/linux/libphidget22extra.tar.gz";
hash = "sha256-UD6Crr1dl7c3NOAVNi3xrXJI3OYPLZBJX1MXVvbyEUE=";
url = "https://www.phidgets.com/downloads/phidget22/libraries/linux/libphidget22extra/libphidget22extra-${version}.tar.gz";
hash = "sha256-/08pzaGeWSAbHezE0BOayWdp+iv+DtrHMVN7CJlZAJc=";
};
nativeBuildInputs = [ automake ];