about summary refs log tree commit diff
path: root/pkgs/development/libraries/hamlib
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2022-12-30 01:16:41 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2022-12-30 01:16:41 +0000
commit652204808d4476dbdd0acc6e1210d09feb3b1cf1 (patch)
tree67f823531a30be00a706cf5c115298f3490f5d68 /pkgs/development/libraries/hamlib
parent3d7270abd5b28bc8ef6c64a7eb15f41bdc9717f0 (diff)
hamlib_4: 4.4 -> 4.5.2
Diffstat (limited to 'pkgs/development/libraries/hamlib')
-rw-r--r--pkgs/development/libraries/hamlib/4.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/hamlib/4.nix b/pkgs/development/libraries/hamlib/4.nix
index 474db9891aa77..b199bb27397bf 100644
--- a/pkgs/development/libraries/hamlib/4.nix
+++ b/pkgs/development/libraries/hamlib/4.nix
@@ -20,11 +20,11 @@
 
 stdenv.mkDerivation rec {
   pname = "hamlib";
-  version = "4.4";
+  version = "4.5.2";
 
   src = fetchurl {
     url = "mirror://sourceforge/${pname}/${pname}-${version}.tar.gz";
-    sha256 = "sha256-i/AQewcfUvCFh/OOLe6KeEjeE0NDWzJvj2bZXh+KJIc=";
+    sha256 = "sha256-Wg+eky/+LTlx4HtUSqYr7D5JTnP/HOPKM/oNiOGZsGE=";
   };
 
   nativeBuildInputs = [