File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
applications/radio/soapysdr Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1818stdenv . 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 = [
Original file line number Diff line number Diff line change 88} :
99
1010let
11- version = "0.5.2" ;
11+ version = "0.5.2-unstable-2024-01-24 " ;
1212
1313in
1414stdenv . 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 ] ;
You can’t perform that action at this time.
0 commit comments