summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEduardo Sánchez Muñoz <esm@eduardosm.net>2021-06-28 12:16:39 +0200
committerJonathan Ringer <jonringer@users.noreply.github.com>2021-06-30 00:24:41 -0700
commite9148dc1c30e02aae80cc52f68ceb37b772066f3 (patch)
tree59748c1239078583d9caf1febf76fdacce2e390d
parentfirefox: 89.0.1 -> 89.0.2 (diff)
downloadnixpkgs-e9148dc1c30e02aae80cc52f68ceb37b772066f3.tar.gz
gnuradio3_8: 3.8.3.0 -> 3.8.3.1
(cherry picked from commit c8d0af7cffae3068326162cbdddcfdad8b97932a)
-rw-r--r--pkgs/applications/radio/gnuradio/3.8.nix5
1 files changed, 3 insertions, 2 deletions
diff --git a/pkgs/applications/radio/gnuradio/3.8.nix b/pkgs/applications/radio/gnuradio/3.8.nix
index 9f90d3c03535..d7153153189e 100644
--- a/pkgs/applications/radio/gnuradio/3.8.nix
+++ b/pkgs/applications/radio/gnuradio/3.8.nix
@@ -42,14 +42,14 @@
, versionAttr ? {
major = "3.8";
minor = "3";
- patch = "0";
+ patch = "1";
}
# We use our build of volk and not the one bundled with the release
, fetchSubmodules ? false
}:
let
- sourceSha256 = "0lwbj3slhc8bjjvfw7yz45if21hajydgy2vsjvj2barzmhfb37fd";
+ sourceSha256 = "0vd39azp8n576dbqsanax7bgsnxwc80riaxid2ihxs4xzyjmbw9r";
featuresInfo = {
# Needed always
basic = {
@@ -242,6 +242,7 @@ stdenv.mkDerivation rec {
# From some reason, if these are not set, libcodec2 and gsm are not
# detected properly. The issue is reported upstream:
# https://github.com/gnuradio/gnuradio/issues/4278
+ # The above issue was fixed for GR3.9 without a backporting patch.
#
# NOTE: qradiolink needs libcodec2 to be detected in
# order to build, see https://github.com/qradiolink/qradiolink/issues/67