lol

libphidget22: 1.21.20241122 -> 1.22.20250324 (#370227)

authored by

Weijia Wang and committed by
GitHub
60273edc dfb3f4cc

+4 -4
+2 -2
pkgs/by-name/li/libphidget22/package.nix
··· 7 7 }: 8 8 let 9 9 # This package should be updated together with libphidget22extra 10 - version = "1.21.20241122"; 10 + version = "1.22.20250324"; 11 11 in 12 12 stdenv.mkDerivation { 13 13 pname = "libphidget22"; ··· 15 15 16 16 src = fetchurl { 17 17 url = "https://www.phidgets.com/downloads/phidget22/libraries/linux/libphidget22/libphidget22-${version}.tar.gz"; 18 - hash = "sha256-6Sib9CSaPUbAdyHfoSgQ6g4oik7+pjb7g79QftSeVIk="; 18 + hash = "sha256-FR/+b4z73LtGQdT4gypre9SZmZSiWzP/Q+00uia1lhA="; 19 19 }; 20 20 21 21 nativeBuildInputs = [ automake ];
+2 -2
pkgs/by-name/li/libphidget22extra/package.nix
··· 9 9 let 10 10 11 11 # This package should be updated together with libphidget22 12 - version = "1.21.20241122"; 12 + version = "1.22.20250324"; 13 13 in 14 14 stdenv.mkDerivation { 15 15 pname = "libphidget22extra"; ··· 17 17 18 18 src = fetchurl { 19 19 url = "https://www.phidgets.com/downloads/phidget22/libraries/linux/libphidget22extra/libphidget22extra-${version}.tar.gz"; 20 - hash = "sha256-l8lwEpdR87U2pb0jOAkrI/157B+87QvSVtAtOfedaBo="; 20 + hash = "sha256-8FTd/hyqzZKWN68FAxrV1N0pPglNAbZ/aRH4V6hEgBM="; 21 21 }; 22 22 23 23 nativeBuildInputs = [ automake ];