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

codux: 15.10.0 -> 15.13.0
This commit is contained in:
OTABI Tomoya 2023-10-31 16:41:12 +09:00 committed by GitHub
commit 1fa1be8459
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5,11 +5,11 @@
let
pname = "codux";
version = "15.10.0";
version = "15.13.0";
src = fetchurl {
url = "https://github.com/wixplosives/codux-versions/releases/download/${version}/Codux-${version}.x86_64.AppImage";
sha256 = "sha256-lz1dDbYq7aTGQoED07K8I9E0/XsnSlPL81/4W8Vix3E=";
sha256 = "sha256-63t3v6abr9cZ0mKSPogevKwcFsvGh2udBPRn4k4XAd4=";
};
appimageContents = appimageTools.extractType2 { inherit pname version src; };