codux: 15.17.2 -> 15.18.1

This commit is contained in:
R. Ryantm 2024-01-20 01:52:48 +00:00
parent 8da872fefa
commit d07fb3e692

View File

@ -5,11 +5,11 @@
let
pname = "codux";
version = "15.17.2";
version = "15.18.1";
src = fetchurl {
url = "https://github.com/wixplosives/codux-versions/releases/download/${version}/Codux-${version}.x86_64.AppImage";
sha256 = "sha256-6y3c9SbRxGhfND0bsMh0yYs7Dy8B23VSjj4qQ/2eBos=";
sha256 = "sha256-/U3byPCaeDIFoZX3TY+FbIZQWALOoDEwEtNg6RH86GM=";
};
appimageContents = appimageTools.extractType2 { inherit pname version src; };