mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-01 02:23:54 +00:00
libphidget22: 1.20.20240909 -> 1.21.20241122 (#362437)
This commit is contained in:
commit
6894773263
@ -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 ];
|
||||
|
@ -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 ];
|
||||
|
Loading…
Reference in New Issue
Block a user