about summary refs log tree commit diff
path: root/pkgs/applications/editors
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2023-12-31 23:57:33 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2023-12-31 23:57:33 +0000
commit0ef56bec7281e2372338f2dfe7c13327ce96f6bb (patch)
tree3fa1f69750dbdf5d361e9ebb0aaa1374d3cc1b52 /pkgs/applications/editors
parente5f6890469d8d1c3f5f58370fc9474cf246913fa (diff)
downloadnixlib-0ef56bec7281e2372338f2dfe7c13327ce96f6bb.tar
nixlib-0ef56bec7281e2372338f2dfe7c13327ce96f6bb.tar.gz
nixlib-0ef56bec7281e2372338f2dfe7c13327ce96f6bb.tar.bz2
nixlib-0ef56bec7281e2372338f2dfe7c13327ce96f6bb.tar.lz
nixlib-0ef56bec7281e2372338f2dfe7c13327ce96f6bb.tar.xz
nixlib-0ef56bec7281e2372338f2dfe7c13327ce96f6bb.tar.zst
nixlib-0ef56bec7281e2372338f2dfe7c13327ce96f6bb.zip
codux: 15.16.2 -> 15.17.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 4f853593e3a8..846050ae561f 100644
--- a/pkgs/applications/editors/codux/default.nix
+++ b/pkgs/applications/editors/codux/default.nix
@@ -5,11 +5,11 @@
 
 let
   pname = "codux";
-  version = "15.16.2";
+  version = "15.17.2";
 
   src = fetchurl {
     url = "https://github.com/wixplosives/codux-versions/releases/download/${version}/Codux-${version}.x86_64.AppImage";
-    sha256 = "sha256-GKn8T3MEh+MnOqUnxruTqbnfxUcjGh6EAt+6LHTNCiY=";
+    sha256 = "sha256-6y3c9SbRxGhfND0bsMh0yYs7Dy8B23VSjj4qQ/2eBos=";
   };
 
   appimageContents = appimageTools.extractType2 { inherit pname version src; };