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

codux: 15.14.0 -> 15.16.1
This commit is contained in:
Nick Cao 2023-12-15 10:29:09 -05:00 committed by GitHub
commit 1bad692c43
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,11 +5,11 @@
let
pname = "codux";
version = "15.14.0";
version = "15.16.1";
src = fetchurl {
url = "https://github.com/wixplosives/codux-versions/releases/download/${version}/Codux-${version}.x86_64.AppImage";
sha256 = "sha256-GTp9wJrL0TA0Jee1aXKAqmyHfotm7u7gxq/6W8+ermY=";
sha256 = "sha256-vc0lnYGOgb1uKAQlj6xc8mbSfJ6apGNSlyDRX3qHeTM=";
};
appimageContents = appimageTools.extractType2 { inherit pname version src; };