codux: 15.14.0 -> 15.16.1

This commit is contained in:
R. Ryantm 2023-12-15 06:21:04 +00:00
parent f5c41d4d50
commit e4afde8b64

View File

@ -5,11 +5,11 @@
let
pname = "codux";
version = "15.14.0";
version = "15.16.1";
src = fetchurl {
url = "https://github.com/wixplosives/codux-versions/releases/download/${version}/Codux-${version}.x86_64.AppImage";
sha256 = "sha256-GTp9wJrL0TA0Jee1aXKAqmyHfotm7u7gxq/6W8+ermY=";
sha256 = "sha256-vc0lnYGOgb1uKAQlj6xc8mbSfJ6apGNSlyDRX3qHeTM=";
};
appimageContents = appimageTools.extractType2 { inherit pname version src; };