Skip to content

Commit 56b4282

Browse files
authored
soapysdr: 0.8.1 -> 0.8.1-unstable-2025-03-30 (NixOS#397688)
2 parents 76614a7 + 504f6af commit 56b4282

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

pkgs/applications/radio/soapysdr/default.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,16 +18,16 @@
1818
stdenv.mkDerivation (finalAttrs: {
1919
pname = "soapysdr";
2020
# Don't forget to change passthru.abiVersion
21-
version = "0.8.1-unstable-2024-12-22";
21+
version = "0.8.1-unstable-2025-03-30-03";
2222

2323
src = fetchFromGitHub {
2424
owner = "pothosware";
2525
repo = "SoapySDR";
2626

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

3333
nativeBuildInputs = [

pkgs/by-name/so/soapyremote/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
}:
99

1010
let
11-
version = "0.5.2";
11+
version = "0.5.2-unstable-2024-01-24";
1212

1313
in
1414
stdenv.mkDerivation {
@@ -18,8 +18,8 @@ stdenv.mkDerivation {
1818
src = fetchFromGitHub {
1919
owner = "pothosware";
2020
repo = "SoapyRemote";
21-
rev = "soapy-remote-${version}";
22-
sha256 = "124sy9v08fm51ds1yzrxspychn34y0rl6y48mzariianazvzmfax";
21+
rev = "54caa5b2af348906607c5516a112057650d0873d";
22+
sha256 = "sha256-uekElbcbX2P5TEufWEoP6tgUM/4vxgSQZu8qaBCSo18=";
2323
};
2424

2525
nativeBuildInputs = [ cmake ];

0 commit comments

Comments
 (0)