summary refs log tree commit diff
path: root/pkgs/development/libraries/hamlib/4.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/libraries/hamlib/4.nix')
-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 474db9891aa..b199bb27397 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 = [