soapyuhd: fix cmake 4 compatibility

This commit is contained in:
Linus Karl
2025-10-05 21:52:39 +02:00
parent f2b67e028c
commit b2eeb6bab7
+4 -3
View File
@@ -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 = [