about summary refs log tree commit diff
path: root/pkgs/applications/radio
diff options
context:
space:
mode:
authorPol Dellaiera <pol.dellaiera@protonmail.com>2023-11-27 21:00:42 +0100
committerGitHub <noreply@github.com>2023-11-27 21:00:42 +0100
commit6f558be19ab0ea24d799cedf39bd6d6b0c623d3a (patch)
tree2221102883a0a7647cb24c9afc99a411dd36d5b7 /pkgs/applications/radio
parent0cb9ef9aceeb1c9ee7dca9ea9cc8e2013ae6920d (diff)
parent41434a07ffa4ecf14b35205bdc97aa7873972b8d (diff)
Merge pull request #269807 from r-ryantm/auto-update/fldigi
fldigi: 4.2.00 -> 4.2.03
Diffstat (limited to 'pkgs/applications/radio')
-rw-r--r--pkgs/applications/radio/fldigi/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/radio/fldigi/default.nix b/pkgs/applications/radio/fldigi/default.nix
index f0882935029d2..9c1192333c285 100644
--- a/pkgs/applications/radio/fldigi/default.nix
+++ b/pkgs/applications/radio/fldigi/default.nix
@@ -18,11 +18,11 @@
 
 stdenv.mkDerivation rec {
   pname = "fldigi";
-  version = "4.2.00";
+  version = "4.2.03";
 
   src = fetchurl {
     url = "mirror://sourceforge/${pname}/${pname}-${version}.tar.gz";
-    hash = "sha256-F09C6R3mEgYVhS7/MqEBFzfqGKbyrAem5/+QDlwI+9k=";
+    hash = "sha256-tcJYpIeFgoC+jXIdvc1ix+/6v9oPccfxgQbL0wIIKaY=";
   };
 
   nativeBuildInputs = [ pkg-config ];