about summary refs log tree commit diff
path: root/pkgs/applications/editors
diff options
context:
space:
mode:
authorNick Cao <nickcao@nichi.co>2024-01-26 08:56:24 -0500
committerGitHub <noreply@github.com>2024-01-26 08:56:24 -0500
commitb05b6facfa6be2b870c7406eb607475e494bd22a (patch)
tree27ef33dddeb9a6a22200af9bac8c97e7bdf026f3 /pkgs/applications/editors
parent422eda741114c91c7497d3c122afb8e4316d8be8 (diff)
parent17be2d9a0deed09d058b66e9958c9e0e97119382 (diff)
downloadnixlib-b05b6facfa6be2b870c7406eb607475e494bd22a.tar
nixlib-b05b6facfa6be2b870c7406eb607475e494bd22a.tar.gz
nixlib-b05b6facfa6be2b870c7406eb607475e494bd22a.tar.bz2
nixlib-b05b6facfa6be2b870c7406eb607475e494bd22a.tar.lz
nixlib-b05b6facfa6be2b870c7406eb607475e494bd22a.tar.xz
nixlib-b05b6facfa6be2b870c7406eb607475e494bd22a.tar.zst
nixlib-b05b6facfa6be2b870c7406eb607475e494bd22a.zip
Merge pull request #283965 from r-ryantm/auto-update/codux
codux: 15.18.1 -> 15.18.2
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 0b94ce4337e8..c41b343665a2 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.1";
+  version = "15.18.2";
 
   src = fetchurl {
     url = "https://github.com/wixplosives/codux-versions/releases/download/${version}/Codux-${version}.x86_64.AppImage";
-    sha256 = "sha256-/U3byPCaeDIFoZX3TY+FbIZQWALOoDEwEtNg6RH86GM=";
+    sha256 = "sha256-cOe6Yt4L3dFEFznqY3kHeHm9vhzoZBKM8MsrSyNK/aU=";
   };
 
   appimageContents = appimageTools.extractType2 { inherit pname version src; };