summaryrefslogtreecommitdiff
path: root/pkgs/development/gnuradio-modules
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2024-04-03 04:22:29 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2024-04-03 04:22:29 +0000
commit6330a2b8c45ea4ad9fe9c653220832216898b442 (patch)
treed6b8e8f4fa7a4d858232d1208f448baec43499a3 /pkgs/development/gnuradio-modules
parentMerge pull request #300723 from A1ca7raz/nixos-unstable (diff)
downloadnixpkgs-6330a2b8c45ea4ad9fe9c653220832216898b442.tar.gz
gnuradio3_9Packages.osmosdr: 0.2.4 -> 0.2.5
Diffstat (limited to 'pkgs/development/gnuradio-modules')
-rw-r--r--pkgs/development/gnuradio-modules/osmosdr/default.nix8
1 files changed, 4 insertions, 4 deletions
diff --git a/pkgs/development/gnuradio-modules/osmosdr/default.nix b/pkgs/development/gnuradio-modules/osmosdr/default.nix
index 053d0a8e99f1..7b3c9ef25f0e 100644
--- a/pkgs/development/gnuradio-modules/osmosdr/default.nix
+++ b/pkgs/development/gnuradio-modules/osmosdr/default.nix
@@ -29,8 +29,8 @@ let
version = {
"3.7" = "0.1.5";
"3.8" = "0.2.3";
- "3.9" = "0.2.4";
- "3.10" = "0.2.4";
+ "3.9" = "0.2.5";
+ "3.10" = "0.2.5";
}.${gnuradio.versionAttr.major};
src = fetchgit {
url = "https://gitea.osmocom.org/sdr/gr-osmosdr";
@@ -38,8 +38,8 @@ let
sha256 = {
"3.7" = "0bf9bnc1c3c4yqqqgmg3nhygj6rcfmyk6pybi27f7461d2cw1drv";
"3.8" = "sha256-ZfI8MshhZOdJ1U5FlnZKXsg2Rsvb6oKg943ZVYd/IWo=";
- "3.9" = "sha256-d0hbiJ44lEu8V4XX7JpZVSTQwwykwKPUfiqetRBI6uI=";
- "3.10" = "sha256-d0hbiJ44lEu8V4XX7JpZVSTQwwykwKPUfiqetRBI6uI=";
+ "3.9" = "sha256-pYPDkSnBzccZ/Tbs5x3bwk34FQewkG42y/vlaVkr2YE=";
+ "3.10" = "sha256-pYPDkSnBzccZ/Tbs5x3bwk34FQewkG42y/vlaVkr2YE=";
}.${gnuradio.versionAttr.major};
};
in mkDerivation {