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

This commit is contained in:
MarcFontaine 2025-04-06 22:48:24 +02:00
parent 2ab6f287bd
commit 504f6af853
No known key found for this signature in database
GPG key ID: F54F455F119926AB
2 changed files with 6 additions and 6 deletions

View file

@ -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 = [

View file

@ -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 ];