hamlib_4: 4.6 -> 4.6.2

This commit is contained in:
MarcFontaine 2025-04-10 15:38:07 +02:00
parent 0eda95cc82
commit de317d98ea
No known key found for this signature in database
GPG key ID: F54F455F119926AB

View file

@ -23,11 +23,11 @@ let
in
stdenv.mkDerivation rec {
pname = "hamlib";
version = "4.6";
version = "4.6.2";
src = fetchurl {
url = "mirror://sourceforge/hamlib/hamlib-${version}.tar.gz";
hash = "sha256-b4c1ebxODvTlQDE+wqzU8Zi1UQ192Tl6SuaP6P8g0Wc=";
hash = "sha256-sqxz9E3RFh6V/e5slSdhRHV2R7+S1/2zae4v5B7Ueug=";
};
strictDeps = true;