From de317d98eaacdab3631c07fa91fcd10f88a348ca Mon Sep 17 00:00:00 2001 From: MarcFontaine Date: Thu, 10 Apr 2025 15:38:07 +0200 Subject: [PATCH] hamlib_4: 4.6 -> 4.6.2 --- pkgs/development/libraries/hamlib/4.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/libraries/hamlib/4.nix b/pkgs/development/libraries/hamlib/4.nix index f4747960c022..385e29666764 100644 --- a/pkgs/development/libraries/hamlib/4.nix +++ b/pkgs/development/libraries/hamlib/4.nix @@ -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;