about summary refs log tree commit diff
path: root/pkgs/applications/editors
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2024-03-15 21:19:45 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2024-03-15 21:19:45 +0000
commit76b91b057e8b4a83b9eba7a48931d9895a5ce464 (patch)
tree89fefa198461c12804dfa60ee93d43b1d1f3c7b7 /pkgs/applications/editors
parentb1d47989352fcb722a1f19295a9461ed1ef8435a (diff)
downloadnixlib-76b91b057e8b4a83b9eba7a48931d9895a5ce464.tar
nixlib-76b91b057e8b4a83b9eba7a48931d9895a5ce464.tar.gz
nixlib-76b91b057e8b4a83b9eba7a48931d9895a5ce464.tar.bz2
nixlib-76b91b057e8b4a83b9eba7a48931d9895a5ce464.tar.lz
nixlib-76b91b057e8b4a83b9eba7a48931d9895a5ce464.tar.xz
nixlib-76b91b057e8b4a83b9eba7a48931d9895a5ce464.tar.zst
nixlib-76b91b057e8b4a83b9eba7a48931d9895a5ce464.zip
codux: 15.22.0 -> 15.22.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 6c40b8f52daa..f74d554a8c73 100644
--- a/pkgs/applications/editors/codux/default.nix
+++ b/pkgs/applications/editors/codux/default.nix
@@ -5,11 +5,11 @@
 
 let
   pname = "codux";
-  version = "15.22.0";
+  version = "15.22.2";
 
   src = fetchurl {
     url = "https://github.com/wixplosives/codux-versions/releases/download/${version}/Codux-${version}.x86_64.AppImage";
-    sha256 = "sha256-6UYWg018TumJVgZpLVLlkM+/sTqC6y0A7KVfiwn0hzw=";
+    sha256 = "sha256-aYGZPoA2Tux6pmpZFShkZB+os34jZczXsfmYN/pu+Ic=";
   };
 
   appimageContents = appimageTools.extractType2 { inherit pname version src; };