about summary refs log tree commit diff
path: root/pkgs/applications/editors
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2024-02-27 01:44:39 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2024-02-27 01:44:39 +0000
commit1874052640422911821e6123e03f8e047a8d2eca (patch)
tree29f71d74ca18f664351ded6f00aa91bc7a26c0aa /pkgs/applications/editors
parente256f39bec8e01808c0a3e411d961cbced3f4e09 (diff)
downloadnixlib-1874052640422911821e6123e03f8e047a8d2eca.tar
nixlib-1874052640422911821e6123e03f8e047a8d2eca.tar.gz
nixlib-1874052640422911821e6123e03f8e047a8d2eca.tar.bz2
nixlib-1874052640422911821e6123e03f8e047a8d2eca.tar.lz
nixlib-1874052640422911821e6123e03f8e047a8d2eca.tar.xz
nixlib-1874052640422911821e6123e03f8e047a8d2eca.tar.zst
nixlib-1874052640422911821e6123e03f8e047a8d2eca.zip
codux: 15.18.2 -> 15.21.0
Diffstat (limited to 'pkgs/applications/editors')
-rw-r--r--pkgs/applications/editors/codux/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/editors/codux/default.nix b/pkgs/applications/editors/codux/default.nix
index c41b343665a2..6bf950cd0ad6 100644
--- a/pkgs/applications/editors/codux/default.nix
+++ b/pkgs/applications/editors/codux/default.nix
@@ -5,11 +5,11 @@
 
 let
   pname = "codux";
-  version = "15.18.2";
+  version = "15.21.0";
 
   src = fetchurl {
     url = "https://github.com/wixplosives/codux-versions/releases/download/${version}/Codux-${version}.x86_64.AppImage";
-    sha256 = "sha256-cOe6Yt4L3dFEFznqY3kHeHm9vhzoZBKM8MsrSyNK/aU=";
+    sha256 = "sha256-NUIcHPXCEuR/ZlQuVCxDthZMksx1MtoOG/9koDXW/j8=";
   };
 
   appimageContents = appimageTools.extractType2 { inherit pname version src; };