mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-10 19:55:41 +03:00
libphidget22: 1.21.20241122 -> 1.22.20250324
This commit is contained in:
parent
2d6dc3315f
commit
b053368a31
1 changed files with 2 additions and 2 deletions
|
@ -7,7 +7,7 @@
|
|||
}:
|
||||
let
|
||||
# This package should be updated together with libphidget22extra
|
||||
version = "1.21.20241122";
|
||||
version = "1.22.20250324";
|
||||
in
|
||||
stdenv.mkDerivation {
|
||||
pname = "libphidget22";
|
||||
|
@ -15,7 +15,7 @@ stdenv.mkDerivation {
|
|||
|
||||
src = fetchurl {
|
||||
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 ];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue