tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
gqrx: 2.8 -> 2.10
Franz Pletz
8 years ago
708f2ca5
e3fbefd6
+2
-2
1 changed file
expand all
collapse all
unified
split
pkgs
applications
misc
gqrx
default.nix
+2
-2
pkgs/applications/misc/gqrx/default.nix
···
8
9
stdenv.mkDerivation rec {
10
name = "gqrx-${version}";
11
-
version = "2.8";
12
13
src = fetchFromGitHub {
14
owner = "csete";
15
repo = "gqrx";
16
rev = "v${version}";
17
-
sha256 = "0niy4c05886mhbfmix93j2bnj4kzdh9bvrmymawl6z28glyz5d3c";
18
};
19
20
nativeBuildInputs = [ cmake ];
···
8
9
stdenv.mkDerivation rec {
10
name = "gqrx-${version}";
11
+
version = "2.10";
12
13
src = fetchFromGitHub {
14
owner = "csete";
15
repo = "gqrx";
16
rev = "v${version}";
17
+
sha256 = "1qc944sn1kjdnhdhcsdc39764vqcryk86808xxl49vy8sznqr0mf";
18
};
19
20
nativeBuildInputs = [ cmake ];