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

codux: 15.27.0 -> 15.28.0
This commit is contained in:
Nick Cao 2024-06-05 15:34:07 -04:00 committed by GitHub
commit 769ec1ed5b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -5,11 +5,11 @@
let
pname = "codux";
version = "15.27.0";
version = "15.28.0";
src = fetchurl {
url = "https://github.com/wixplosives/codux-versions/releases/download/${version}/Codux-${version}.x86_64.AppImage";
sha256 = "sha256-FsTGBms98jZZP0QSJwjoGMyuK4Pgcpl1htrDSdp52lU=";
sha256 = "sha256-U4uOP2M/369bFOfkCncXzKCdYz9TwtzpUFNg63Oz978=";
};
appimageContents = appimageTools.extractType2 { inherit pname version src; };