libphidget22: 1.21.20241122 -> 1.22.20250324

This commit is contained in:
R. Ryantm 2025-03-30 03:22:39 +00:00 committed by Weijia Wang
parent 2d6dc3315f
commit b053368a31

View file

@ -7,7 +7,7 @@
}: }:
let let
# This package should be updated together with libphidget22extra # This package should be updated together with libphidget22extra
version = "1.21.20241122"; version = "1.22.20250324";
in in
stdenv.mkDerivation { stdenv.mkDerivation {
pname = "libphidget22"; pname = "libphidget22";
@ -15,7 +15,7 @@ stdenv.mkDerivation {
src = fetchurl { src = fetchurl {
url = "https://www.phidgets.com/downloads/phidget22/libraries/linux/libphidget22/libphidget22-${version}.tar.gz"; url = "https://www.phidgets.com/downloads/phidget22/libraries/linux/libphidget22/libphidget22-${version}.tar.gz";
hash = "sha256-6Sib9CSaPUbAdyHfoSgQ6g4oik7+pjb7g79QftSeVIk="; hash = "sha256-FR/+b4z73LtGQdT4gypre9SZmZSiWzP/Q+00uia1lhA=";
}; };
nativeBuildInputs = [ automake ]; nativeBuildInputs = [ automake ];