Skip to content

Commit

Permalink
libphidget22: 1.20.20240909 -> 1.21.20241122
Browse files Browse the repository at this point in the history
(cherry picked from commit 98928a7)
  • Loading branch information
r-ryantm authored and vcunat committed Jan 6, 2025
1 parent 39417f9 commit 899fe7f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions pkgs/by-name/li/libphidget22/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,16 @@
libusb1,
}:
let
version = "1.20.20240909";
# This package should be updated together with libphidget22extra
version = "1.21.20241122";
in
stdenv.mkDerivation {
pname = "libphidget22";
inherit version;

src = fetchurl {
url = "https://www.phidgets.com/downloads/phidget22/libraries/linux/libphidget22/libphidget22-${version}.tar.gz";
hash = "sha256-20Y7cukEzq/Rf2v91SYTC1yCtS4p5aaG4aK8x6/6ebk=";
hash = "sha256-6Sib9CSaPUbAdyHfoSgQ6g4oik7+pjb7g79QftSeVIk=";
};

nativeBuildInputs = [ automake ];
Expand Down

0 comments on commit 899fe7f

Please sign in to comment.