about summary refs log tree commit diff
path: root/pkgs/applications/editors
diff options
context:
space:
mode:
authorOTABI Tomoya <tomoya.otabi@gmail.com>2024-01-01 10:17:27 +0900
committerGitHub <noreply@github.com>2024-01-01 10:17:27 +0900
commit684e1e86e2eff075300c5e59b4588e80e7ab188f (patch)
tree663c2c386090a2ad15f58f4fc7eed9e5f7acda5a /pkgs/applications/editors
parent7490c1e1338ba99d97664b38b5db6c78467f5eb1 (diff)
parent0ef56bec7281e2372338f2dfe7c13327ce96f6bb (diff)
downloadnixlib-684e1e86e2eff075300c5e59b4588e80e7ab188f.tar
nixlib-684e1e86e2eff075300c5e59b4588e80e7ab188f.tar.gz
nixlib-684e1e86e2eff075300c5e59b4588e80e7ab188f.tar.bz2
nixlib-684e1e86e2eff075300c5e59b4588e80e7ab188f.tar.lz
nixlib-684e1e86e2eff075300c5e59b4588e80e7ab188f.tar.xz
nixlib-684e1e86e2eff075300c5e59b4588e80e7ab188f.tar.zst
nixlib-684e1e86e2eff075300c5e59b4588e80e7ab188f.zip
Merge pull request #277988 from r-ryantm/auto-update/codux
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; };