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

codux: 15.22.2 -> 15.23.1
This commit is contained in:
Weijia Wang 2024-03-27 16:33:02 +01:00 committed by GitHub
commit fc9e6696ab
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.22.2";
version = "15.23.1";
src = fetchurl {
url = "https://github.com/wixplosives/codux-versions/releases/download/${version}/Codux-${version}.x86_64.AppImage";
sha256 = "sha256-aYGZPoA2Tux6pmpZFShkZB+os34jZczXsfmYN/pu+Ic=";
sha256 = "sha256-9ZzWsLEPEG+PDrDf9lU4ODGOD6/fvMbGBSo9BEQrkn4=";
};
appimageContents = appimageTools.extractType2 { inherit pname version src; };