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

codux: 15.23.1 -> 15.25.0
This commit is contained in:
Nick Cao 2024-04-25 10:08:25 -04:00 committed by GitHub
commit ba341ddf46
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -5,11 +5,11 @@
let
pname = "codux";
version = "15.23.1";
version = "15.25.0";
src = fetchurl {
url = "https://github.com/wixplosives/codux-versions/releases/download/${version}/Codux-${version}.x86_64.AppImage";
sha256 = "sha256-9ZzWsLEPEG+PDrDf9lU4ODGOD6/fvMbGBSo9BEQrkn4=";
sha256 = "sha256-9hO0n+ARAqwYWCbDAKpna1zS3pjHykB3+c6wunWrc6o=";
};
appimageContents = appimageTools.extractType2 { inherit pname version src; };