libphidget22extra: 1.22.20250714 -> 1.23.20250925 (#474555)

This commit is contained in:
Fernando Rodrigues
2025-12-27 13:41:52 +00:00
committed by GitHub
@@ -9,7 +9,7 @@
let
# This package should be updated together with libphidget22
version = "1.22.20250324";
version = "1.23.20250925";
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-8FTd/hyqzZKWN68FAxrV1N0pPglNAbZ/aRH4V6hEgBM=";
hash = "sha256-eU/4tO9oa+/Cyy2Ro3zm2m3sAN4s3mCcRblicqSapxs=";
};
nativeBuildInputs = [ automake ];