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

codux: 15.18.2 -> 15.21.0
This commit is contained in:
Mario Rodas 2024-03-03 08:12:05 -05:00 committed by GitHub
commit eeb1177841
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.2";
version = "15.21.0";
src = fetchurl {
url = "https://github.com/wixplosives/codux-versions/releases/download/${version}/Codux-${version}.x86_64.AppImage";
sha256 = "sha256-cOe6Yt4L3dFEFznqY3kHeHm9vhzoZBKM8MsrSyNK/aU=";
sha256 = "sha256-NUIcHPXCEuR/ZlQuVCxDthZMksx1MtoOG/9koDXW/j8=";
};
appimageContents = appimageTools.extractType2 { inherit pname version src; };