Unverified Commit dad3f6cd authored by Pol Dellaiera's avatar Pol Dellaiera Committed by GitHub
Browse files

libphidget22: 0-unstable-2024-04-11 -> 1.20.20240909 (#348834)

parents d3ba34c9 889493e9
Loading
Loading
Loading
Loading
+6 −4
Original line number Diff line number Diff line
@@ -5,14 +5,16 @@
  automake,
  libusb1,
}:

let
  version = "1.20.20240909";
in
stdenv.mkDerivation {
  pname = "libphidget22";
  version = "0-unstable-2024-04-11";
  inherit version;

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

  nativeBuildInputs = [ automake ];
+6 −4
Original line number Diff line number Diff line
@@ -6,14 +6,16 @@
  libusb1,
  libphidget22,
}:

let
  version = "1.20.20240909";
in
stdenv.mkDerivation {
  pname = "libphidget22extra";
  version = "0-unstable-2024-04-11";
  inherit version;

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

  nativeBuildInputs = [ automake ];