Skip to content

Commit

Permalink
libphidget22extra: 1.20.20240909 -> 1.21.20241122
Browse files Browse the repository at this point in the history
  • Loading branch information
mksafavi committed Dec 8, 2024
1 parent 98928a7 commit 25888d5
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions pkgs/by-name/li/libphidget22extra/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,17 @@
libphidget22,
}:
let
version = "1.20.20240909";

# This package should be updated together with libphidget22
version = "1.21.20241122";
in
stdenv.mkDerivation {
pname = "libphidget22extra";
inherit version;

src = fetchurl {
url = "https://www.phidgets.com/downloads/phidget22/libraries/linux/libphidget22extra/libphidget22extra-${version}.tar.gz";
hash = "sha256-/08pzaGeWSAbHezE0BOayWdp+iv+DtrHMVN7CJlZAJc=";
hash = "sha256-l8lwEpdR87U2pb0jOAkrI/157B+87QvSVtAtOfedaBo=";
};

nativeBuildInputs = [ automake ];
Expand Down

0 comments on commit 25888d5

Please sign in to comment.