Unverified Commit e84c4549 authored by Fernando Rodrigues's avatar Fernando Rodrigues Committed by GitHub
Browse files

libphidget22extra: 1.22.20250714 -> 1.23.20250925 (#474555)

parents beaea8bf acb99429
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -9,7 +9,7 @@
let

  # This package should be updated together with libphidget22
  version = "1.22.20250324";
  version = "1.23.20250925";
in
stdenv.mkDerivation {
  pname = "libphidget22extra";
@@ -17,7 +17,7 @@ stdenv.mkDerivation {

  src = fetchurl {
    url = "https://www.phidgets.com/downloads/phidget22/libraries/linux/libphidget22extra/libphidget22extra-${version}.tar.gz";
    hash = "sha256-8FTd/hyqzZKWN68FAxrV1N0pPglNAbZ/aRH4V6hEgBM=";
    hash = "sha256-eU/4tO9oa+/Cyy2Ro3zm2m3sAN4s3mCcRblicqSapxs=";
  };

  nativeBuildInputs = [ automake ];