libphidget22: 1.20.20240909 -> 1.21.20241122

This commit is contained in:
R. Ryantm
2024-12-08 18:41:13 +03:30
committed by mksafavi
parent 929116e316
commit 98928a7dbe
+3 -2
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 ];