Commit 21308a98 authored by Linus Karl's avatar Linus Karl
Browse files

soapysdr: 0.8.1-unstable-2025-03-30-03 -> 0.8.1-unstable-2025-10-05-03

parent 2e91e3ba
Loading
Loading
Loading
Loading
+4 −5
Original line number Diff line number Diff line
@@ -18,16 +18,15 @@
stdenv.mkDerivation (finalAttrs: {
  pname = "soapysdr";
  # Don't forget to change passthru.abiVersion
  version = "0.8.1-unstable-2025-03-30-03";
  version = "0.8.1-unstable-2025-10-05-03";

  src = fetchFromGitHub {
    owner = "pothosware";
    repo = "SoapySDR";

    # Instead of applying several patches for Python 3.12 compat, just take the latest, from:
    # use old get python lib for v2 (#437)
    rev = "fbf9f3c328868f46029284716df49095ab7b99a6";
    hash = "sha256-W4915c6hV/GR5PZRRXZJW3ERsZmQQQ08EA9wYp2tAVk=";
    # update to include latest patch for newer cmake support
    rev = "1667b4e6301d7ad47b340dcdcd6e9969bf57d843";
    hash = "sha256-UCpYBUb2k1bHy1z2Mvmv+1ZX1BloSsPrTydFV3Ga3Os=";
  };

  nativeBuildInputs = [