Commit b2eeb6ba authored by Linus Karl's avatar Linus Karl
Browse files

soapyuhd: fix cmake 4 compatibility

parent f2b67e02
Loading
Loading
Loading
Loading
+4 −3
Original line number Diff line number Diff line
@@ -11,13 +11,14 @@

stdenv.mkDerivation {
  pname = "soapyuhd";
  version = "0.4.1-unstable-2025-02-13";
  version = "0.4.1-unstable-2025-10-05";

  src = fetchFromGitHub {
    owner = "pothosware";
    repo = "SoapyUHD";
    rev = "6b521393cc45c66770f3d4bc69eac7dda982174c";
    sha256 = "qg0mbw3S973cnok6tVx7Y38ijOQcJdHtPLi889uo7tI=";
    # version that supports cmake 4
    rev = "cf78b9ca3bddfc9263d2acb7e8afcb0036938163";
    hash = "sha256-/hJ78dUL477gX3c2kV8kUknIk01PUf+ie1Gl7Ujq1Ac=";
  };

  nativeBuildInputs = [