about summary refs log tree commit diff
path: root/pkgs/applications/editors
diff options
context:
space:
mode:
authorannalee <150648636+a-n-n-a-l-e-e@users.noreply.github.com>2024-03-13 00:38:07 +0000
committerannalee <150648636+a-n-n-a-l-e-e@users.noreply.github.com>2024-03-13 00:38:07 +0000
commit8e038835fea7ead66eab0cbf3885a6710d6b3f1d (patch)
tree536f160fe9a100d889946191cd51d1f0410488ce /pkgs/applications/editors
parentcd20c0c426cc7d5cbba6fdeeda19166787809500 (diff)
parent54dce4f0ac3334c35093d38b17fe3799eab929b4 (diff)
downloadnixlib-8e038835fea7ead66eab0cbf3885a6710d6b3f1d.tar
nixlib-8e038835fea7ead66eab0cbf3885a6710d6b3f1d.tar.gz
nixlib-8e038835fea7ead66eab0cbf3885a6710d6b3f1d.tar.bz2
nixlib-8e038835fea7ead66eab0cbf3885a6710d6b3f1d.tar.lz
nixlib-8e038835fea7ead66eab0cbf3885a6710d6b3f1d.tar.xz
nixlib-8e038835fea7ead66eab0cbf3885a6710d6b3f1d.tar.zst
nixlib-8e038835fea7ead66eab0cbf3885a6710d6b3f1d.zip
Merge remote-tracking branch 'upstream/master' into staging-next
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 6bf950cd0ad6..6c40b8f52daa 100644
--- a/pkgs/applications/editors/codux/default.nix
+++ b/pkgs/applications/editors/codux/default.nix
@@ -5,11 +5,11 @@
 
 let
   pname = "codux";
-  version = "15.21.0";
+  version = "15.22.0";
 
   src = fetchurl {
     url = "https://github.com/wixplosives/codux-versions/releases/download/${version}/Codux-${version}.x86_64.AppImage";
-    sha256 = "sha256-NUIcHPXCEuR/ZlQuVCxDthZMksx1MtoOG/9koDXW/j8=";
+    sha256 = "sha256-6UYWg018TumJVgZpLVLlkM+/sTqC6y0A7KVfiwn0hzw=";
   };
 
   appimageContents = appimageTools.extractType2 { inherit pname version src; };