libphidget22: 1.20.20240909 -> 1.21.20241122 (#362437)

This commit is contained in:
Nick Cao 2024-12-08 10:41:07 -05:00 committed by GitHub
commit 6894773263
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 7 additions and 4 deletions

View File

@ -6,7 +6,8 @@
libusb1,
}:
let
version = "1.20.20240909";
# This package should be updated together with libphidget22extra
version = "1.21.20241122";
in
stdenv.mkDerivation {
pname = "libphidget22";
@ -14,7 +15,7 @@ stdenv.mkDerivation {
src = fetchurl {
url = "https://www.phidgets.com/downloads/phidget22/libraries/linux/libphidget22/libphidget22-${version}.tar.gz";
hash = "sha256-20Y7cukEzq/Rf2v91SYTC1yCtS4p5aaG4aK8x6/6ebk=";
hash = "sha256-6Sib9CSaPUbAdyHfoSgQ6g4oik7+pjb7g79QftSeVIk=";
};
nativeBuildInputs = [ automake ];

View File

@ -7,7 +7,9 @@
libphidget22,
}:
let
version = "1.20.20240909";
# This package should be updated together with libphidget22
version = "1.21.20241122";
in
stdenv.mkDerivation {
pname = "libphidget22extra";
@ -15,7 +17,7 @@ stdenv.mkDerivation {
src = fetchurl {
url = "https://www.phidgets.com/downloads/phidget22/libraries/linux/libphidget22extra/libphidget22extra-${version}.tar.gz";
hash = "sha256-/08pzaGeWSAbHezE0BOayWdp+iv+DtrHMVN7CJlZAJc=";
hash = "sha256-l8lwEpdR87U2pb0jOAkrI/157B+87QvSVtAtOfedaBo=";
};
nativeBuildInputs = [ automake ];