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

codux: 15.4.4 -> 15.6.1
This commit is contained in:
Nick Cao 2023-07-22 06:38:10 -06:00 committed by GitHub
commit ab507557a2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,11 +5,11 @@
let
pname = "codux";
version = "15.4.4";
version = "15.6.1";
src = fetchurl {
url = "https://github.com/wixplosives/codux-versions/releases/download/${version}/Codux-${version}.x86_64.AppImage";
sha256 = "sha256-6XLKXw+e/310mCQxM/X/kzok562vGjEhmF1eLfakB4Q=";
sha256 = "sha256-a8zv5pVtS80J2PTrUiW8AA3rJ+rPAAzaaT5DVBLK5JE=";
};
appimageContents = appimageTools.extractType2 { inherit pname version src; };