Merge pull request #178960 from doronbehar/pkg/gnuradio

gnuradio3_9: 3.9.6.0 -> 3.9.7.0, gnuradio: 3.10.2.0 -> 3.10.3.0
This commit is contained in:
Doron Behar 2022-06-25 14:08:17 +03:00 committed by GitHub
commit a47162920b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View file

@ -46,13 +46,13 @@
, pname ? "gnuradio"
, versionAttr ? {
major = "3.9";
minor = "6";
minor = "7";
patch = "0";
}
}:
let
sourceSha256 = "sha256-0JODgv9MNOkHDQYTVCZMzjr/G542+NvGP9wlH9iwLeg=";
sourceSha256 = "sha256-6HEvQsV2JCkgNvBYsy1jfSTUIwEnrKJTzXNIVcPeWFQ=";
featuresInfo = {
# Needed always
basic = {

View file

@ -48,13 +48,13 @@
, pname ? "gnuradio"
, versionAttr ? {
major = "3.10";
minor = "2";
minor = "3";
patch = "0";
}
}:
let
sourceSha256 = "sha256-WcfmW39wHhFdpbdBSjOfuDkxL8/fuMjjJoLUyCUud/o=";
sourceSha256 = "sha256-pH0nvZBUto9jXSN6fXD5vP1lIBwCMuFAvF2qT5dYsHU=";
featuresInfo = {
# Needed always
basic = {