codux: 15.37.3 -> 15.39.1 (#364469)

This commit is contained in:
Nick Cao
2024-12-12 09:38:34 -05:00
committed by GitHub
+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; };