gnuradio: fix hash for 3.7.13.3

This commit is contained in:
Luke Adams 2018-06-29 19:55:24 -05:00
parent 9137f83880
commit c328738a06

View file

@ -32,7 +32,7 @@ stdenv.mkDerivation rec {
owner = "gnuradio";
repo = "gnuradio";
rev = "v${version}";
sha256 = "0fqxn1k41xqd52i5z528zdhkn52i9z5hl6cc75ggdx9iqxhvb3jj";
sha256 = "1qpa53axqavdv2ykby7rwh7xmhvv964xq1d7rcvbwkry7dngrbib";
fetchSubmodules = true;
};