Unverified Commit 504f6af8 authored by MarcFontaine's avatar MarcFontaine
Browse files

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

parent 2ab6f287
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -18,7 +18,7 @@
stdenv.mkDerivation (finalAttrs: {
  pname = "soapysdr";
  # Don't forget to change passthru.abiVersion
  version = "0.8.1-unstable-2024-12-22";
  version = "0.8.1-unstable-2025-03-30-03";

  src = fetchFromGitHub {
    owner = "pothosware";
@@ -26,8 +26,8 @@ stdenv.mkDerivation (finalAttrs: {

    # Instead of applying several patches for Python 3.12 compat, just take the latest, from:
    # use old get python lib for v2 (#437)
    rev = "309335ec6a52eb712387ed025d705a3c0f7a1e24";
    hash = "sha256-a9414gX4fUAPQaKKqrWgSlFHZH0BWqbgHzhVCKnIn2M=";
    rev = "fbf9f3c328868f46029284716df49095ab7b99a6";
    hash = "sha256-W4915c6hV/GR5PZRRXZJW3ERsZmQQQ08EA9wYp2tAVk=";
  };

  nativeBuildInputs = [
+3 −3
Original line number Diff line number Diff line
@@ -8,7 +8,7 @@
}:

let
  version = "0.5.2";
  version = "0.5.2-unstable-2024-01-24";

in
stdenv.mkDerivation {
@@ -18,8 +18,8 @@ stdenv.mkDerivation {
  src = fetchFromGitHub {
    owner = "pothosware";
    repo = "SoapyRemote";
    rev = "soapy-remote-${version}";
    sha256 = "124sy9v08fm51ds1yzrxspychn34y0rl6y48mzariianazvzmfax";
    rev = "54caa5b2af348906607c5516a112057650d0873d";
    sha256 = "sha256-uekElbcbX2P5TEufWEoP6tgUM/4vxgSQZu8qaBCSo18=";
  };

  nativeBuildInputs = [ cmake ];