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

codux: 15.28.0 -> 15.29.0
This commit is contained in:
nixpkgs-merge-bot[bot] 2024-06-20 15:44:15 +00:00 committed by GitHub
commit 088d16c1b6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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