codux: 15.25.1 -> 15.26.0

This commit is contained in:
R. Ryantm 2024-05-13 22:11:52 +00:00
parent 7715ce37e7
commit d4cb8f434b

View File

@ -5,11 +5,11 @@
let
pname = "codux";
version = "15.25.1";
version = "15.26.0";
src = fetchurl {
url = "https://github.com/wixplosives/codux-versions/releases/download/${version}/Codux-${version}.x86_64.AppImage";
sha256 = "sha256-MdA/NAlIRyKJNiqYvoxACc+WgS0ZAt+tbqaQRzTT/Xc=";
sha256 = "sha256-jja9WYfirltjBdJNCQONowVjMTg0aj265Sjq57qSjbc=";
};
appimageContents = appimageTools.extractType2 { inherit pname version src; };