about summary refs log tree commit diff
path: root/pkgs/applications/editors
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2024-03-03 08:12:05 -0500
committerGitHub <noreply@github.com>2024-03-03 08:12:05 -0500
commiteeb11778416143fcecc3a6d22dd9cf9e1b54577a (patch)
tree4a97965ed2af9fe28ec8edc10e5fbb7e0a4cf5a0 /pkgs/applications/editors
parent8690687d07b6d9f8cacd2034fb8fd833107c11f2 (diff)
parent1874052640422911821e6123e03f8e047a8d2eca (diff)
downloadnixlib-eeb11778416143fcecc3a6d22dd9cf9e1b54577a.tar
nixlib-eeb11778416143fcecc3a6d22dd9cf9e1b54577a.tar.gz
nixlib-eeb11778416143fcecc3a6d22dd9cf9e1b54577a.tar.bz2
nixlib-eeb11778416143fcecc3a6d22dd9cf9e1b54577a.tar.lz
nixlib-eeb11778416143fcecc3a6d22dd9cf9e1b54577a.tar.xz
nixlib-eeb11778416143fcecc3a6d22dd9cf9e1b54577a.tar.zst
nixlib-eeb11778416143fcecc3a6d22dd9cf9e1b54577a.zip
Merge pull request #285001 from r-ryantm/auto-update/codux
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; };