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

codux: 15.29.1 -> 15.30.0
This commit is contained in:
Weijia Wang 2024-07-10 12:31:51 +02:00 committed by GitHub
commit 4f92bd231b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -5,11 +5,11 @@
let
pname = "codux";
version = "15.29.1";
version = "15.30.0";
src = fetchurl {
url = "https://github.com/wixplosives/codux-versions/releases/download/${version}/Codux-${version}.x86_64.AppImage";
sha256 = "sha256-wiAME0jNtqGbMk6w1jzKUZUzhS0Gg5FgqXD1vuRSpxo=";
sha256 = "sha256-TMtZq58UswbhMgY3FCqVuZaSQ8b4mBYA9wEykMXF9Kc=";
};
appimageContents = appimageTools.extractType2 { inherit pname version src; };