Skip to content

Commit

Permalink
gqrx: 2.13.2 -> 2.13.5
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm authored and Jonathan Ringer committed Nov 11, 2020
1 parent dcab904 commit 855fc08
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/radio/gqrx/default.nix
Expand Up @@ -9,13 +9,13 @@ assert pulseaudioSupport -> libpulseaudio != null;

mkDerivation rec {
pname = "gqrx";
version = "2.13.2";
version = "2.13.5";

src = fetchFromGitHub {
owner = "csete";
repo = "gqrx";
rev = "v${version}";
sha256 = "1lcy9gqb1x9fwq550bywj7h66rdacq5893wsax1p7qvqa27d945b";
sha256 = "168wjad5g0ka555hwsciwbj7fqx1c89q59hq1yxj8aiyp5kfcahx";
};

nativeBuildInputs = [ cmake ];
Expand Down

0 comments on commit 855fc08

Please sign in to comment.