summary refs log tree commit diff
path: root/pkgs/development/gnuradio-modules/rds
diff options
context:
space:
mode:
authorDoron Behar <doron.behar@gmail.com>2021-02-15 22:14:54 +0200
committerDoron Behar <doron.behar@gmail.com>2021-03-13 19:07:34 +0200
commitfb024f50e5557e42b4bb8249d0298c244ff8082d (patch)
tree43d578222bcde71efe60e5f9c708153ad76d5767 /pkgs/development/gnuradio-modules/rds
parent650ee258fde069a1ac3544cdce89029e9f91d5c5 (diff)
downloadnixpkgs-fb024f50e5557e42b4bb8249d0298c244ff8082d.tar
nixpkgs-fb024f50e5557e42b4bb8249d0298c244ff8082d.tar.gz
nixpkgs-fb024f50e5557e42b4bb8249d0298c244ff8082d.tar.bz2
nixpkgs-fb024f50e5557e42b4bb8249d0298c244ff8082d.tar.lz
nixpkgs-fb024f50e5557e42b4bb8249d0298c244ff8082d.tar.xz
nixpkgs-fb024f50e5557e42b4bb8249d0298c244ff8082d.tar.zst
nixpkgs-fb024f50e5557e42b4bb8249d0298c244ff8082d.zip
gnuradio: 3.8 -> 3.9
Add some "3.9" attributes to srcs in gnuradio packages And update
packages using GR3.8 and that are incompatible yet with GR3.9 to use
GR3.8 explicitly.
Diffstat (limited to 'pkgs/development/gnuradio-modules/rds')
-rw-r--r--pkgs/development/gnuradio-modules/rds/default.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/development/gnuradio-modules/rds/default.nix b/pkgs/development/gnuradio-modules/rds/default.nix
index a2062783bd7..c068d6af810 100644
--- a/pkgs/development/gnuradio-modules/rds/default.nix
+++ b/pkgs/development/gnuradio-modules/rds/default.nix
@@ -17,6 +17,7 @@ let
   version = {
     "3.7" = "1.1.0";
     "3.8" = "3.8.0";
+    "3.9" = null;
   }.${gnuradio.versionAttr.major};
   src = fetchFromGitHub {
     owner = "bastibl";
@@ -25,6 +26,7 @@ let
     sha256 = {
       "3.7" = "0jkzchvw0ivcxsjhi1h0mf7k13araxf5m4wi5v9xdgqxvipjzqfy";
       "3.8" = "+yKLJu2bo7I2jkAiOdjvdhZwxFz9NFgTmzcLthH9Y5o=";
+      "3.9" = null;
     }.${gnuradio.versionAttr.major};
   };
 in mkDerivation {