Merge pull request #283965 from r-ryantm/auto-update/codux

codux: 15.18.1 -> 15.18.2
This commit is contained in:
Nick Cao 2024-01-26 08:56:24 -05:00 committed by GitHub
commit b05b6facfa
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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