gqrx: 2.15.7 -> 2.15.8

This commit is contained in:
R. Ryantm
2022-02-12 20:56:35 -08:00
committed by Jonathan Ringer
parent 154d72f526
commit be18a18cc0
+2 -2
View File
@@ -24,13 +24,13 @@ assert !(pulseaudioSupport && portaudioSupport);
gnuradio3_8Minimal.pkgs.mkDerivation rec {
pname = "gqrx";
version = "2.15.7";
version = "2.15.8";
src = fetchFromGitHub {
owner = "gqrx-sdr";
repo = "gqrx";
rev = "v${version}";
sha256 = "sha256-4tXWwBkVmNZ4s3d6/n6XBdbh9Fv7821L3vkYmjgv1ds=";
sha256 = "sha256-RxwkiJdPHWyhU3azSpWV2M0tG5GInQBpc/ls16V1B94=";
};
nativeBuildInputs = [