codux: 15.37.3 -> 15.39.1

This commit is contained in:
R. Ryantm
2024-12-12 04:43:25 +00:00
parent 259b32e2bc
commit 4e4b9d0754
+2 -2
View File
@@ -6,11 +6,11 @@
let
pname = "codux";
version = "15.37.3";
version = "15.39.1";
src = fetchurl {
url = "https://github.com/wixplosives/codux-versions/releases/download/${version}/Codux-${version}.x86_64.AppImage";
hash = "sha256-SY2UmagOKdqbeWd6a/cUO9t3l8qjUy755YrhOBu8oi0=";
hash = "sha256-H+be1k8ecOJf6awrLrzVfniyFMSzEUUrRXPiUEtIVrc=";
};
appimageContents = appimageTools.extractType2 { inherit pname version src; };