mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-10 03:23:29 +03:00
gqrx: 2.17.6 -> 2.17.7
This commit is contained in:
parent
d861934f5b
commit
3d1f29646e
1 changed files with 2 additions and 2 deletions
|
@ -32,13 +32,13 @@ assert !(pulseaudioSupport && portaudioSupport);
|
||||||
|
|
||||||
gnuradioMinimal.pkgs.mkDerivation rec {
|
gnuradioMinimal.pkgs.mkDerivation rec {
|
||||||
pname = "gqrx";
|
pname = "gqrx";
|
||||||
version = "2.17.6";
|
version = "2.17.7";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "gqrx-sdr";
|
owner = "gqrx-sdr";
|
||||||
repo = "gqrx";
|
repo = "gqrx";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
hash = "sha256-/ykKcwOotu8kn+EpJI+EUeqSkHZ2IrSh+o7lBGeHrZ0=";
|
hash = "sha256-uvKIxppnNkQge0QE5d1rw0qKo1fT8jwJPTiHilYaT28=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue