tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
hamlib_4: 4.6 -> 4.6.2
MarcFontaine
9 months ago
de317d98
0eda95cc
+2
-2
1 changed file
expand all
collapse all
unified
split
pkgs
development
libraries
hamlib
4.nix
+2
-2
pkgs/development/libraries/hamlib/4.nix
···
23
23
in
24
24
stdenv.mkDerivation rec {
25
25
pname = "hamlib";
26
26
-
version = "4.6";
26
26
+
version = "4.6.2";
27
27
28
28
src = fetchurl {
29
29
url = "mirror://sourceforge/hamlib/hamlib-${version}.tar.gz";
30
30
-
hash = "sha256-b4c1ebxODvTlQDE+wqzU8Zi1UQ192Tl6SuaP6P8g0Wc=";
30
30
+
hash = "sha256-sqxz9E3RFh6V/e5slSdhRHV2R7+S1/2zae4v5B7Ueug=";
31
31
};
32
32
33
33
strictDeps = true;