hamlib_4: 4.5.5 -> 4.6

This commit is contained in:
MarcFontaine
2025-02-06 15:09:51 +01:00
parent 984747e2a9
commit e006d77174
+3 -3
View File
@@ -22,11 +22,11 @@ let
in
stdenv.mkDerivation rec {
pname = "hamlib";
version = "4.5.5";
version = "4.6";
src = fetchurl {
url = "mirror://sourceforge/${pname}/${pname}-${version}.tar.gz";
sha256 = "sha256-YByJ8y7SJelSet49ZNDQXSMgLAWuIf+nflnXDuRZf80=";
url = "mirror://sourceforge/hamlib/hamlib-${version}.tar.gz";
hash = "sha256-b4c1ebxODvTlQDE+wqzU8Zi1UQ192Tl6SuaP6P8g0Wc=";
};
strictDeps = true;