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