codux: 15.22.0 -> 15.22.2

This commit is contained in:
R. Ryantm 2024-03-15 21:19:45 +00:00
parent b1d4798935
commit 76b91b057e

View file

@ -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; };