mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-17 04:18:24 +00:00
libphidget22extra: 1.21.20241122 -> 1.22.20250324
This commit is contained in:
parent
b053368a31
commit
345189c204
@ -9,7 +9,7 @@
|
||||
let
|
||||
|
||||
# This package should be updated together with libphidget22
|
||||
version = "1.21.20241122";
|
||||
version = "1.22.20250324";
|
||||
in
|
||||
stdenv.mkDerivation {
|
||||
pname = "libphidget22extra";
|
||||
@ -17,7 +17,7 @@ stdenv.mkDerivation {
|
||||
|
||||
src = fetchurl {
|
||||
url = "https://www.phidgets.com/downloads/phidget22/libraries/linux/libphidget22extra/libphidget22extra-${version}.tar.gz";
|
||||
hash = "sha256-l8lwEpdR87U2pb0jOAkrI/157B+87QvSVtAtOfedaBo=";
|
||||
hash = "sha256-8FTd/hyqzZKWN68FAxrV1N0pPglNAbZ/aRH4V6hEgBM=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ automake ];
|
||||
|
Loading…
Reference in New Issue
Block a user