codux: 15.9.0 -> 15.10.0

This commit is contained in:
kashw2 2023-09-03 11:42:04 +10:00
parent 3f9e803102
commit d30d916536

View File

@ -5,11 +5,11 @@
let let
pname = "codux"; pname = "codux";
version = "15.9.0"; version = "15.10.0";
src = fetchurl { src = fetchurl {
url = "https://github.com/wixplosives/codux-versions/releases/download/${version}/Codux-${version}.x86_64.AppImage"; url = "https://github.com/wixplosives/codux-versions/releases/download/${version}/Codux-${version}.x86_64.AppImage";
sha256 = "sha256-bKZShjWs2osyARBZrBgmEN7JZFi/YpXI3p8lM+GrIfc="; sha256 = "sha256-lz1dDbYq7aTGQoED07K8I9E0/XsnSlPL81/4W8Vix3E=";
}; };
appimageContents = appimageTools.extractType2 { inherit pname version src; }; appimageContents = appimageTools.extractType2 { inherit pname version src; };
@ -30,6 +30,6 @@ appimageTools.wrapType2 rec {
homepage = "https://www.codux.com"; homepage = "https://www.codux.com";
license = licenses.unfree; license = licenses.unfree;
platforms = [ "x86_64-linux" ]; platforms = [ "x86_64-linux" ];
maintainers = with maintainers; [ dit7ya ]; maintainers = with maintainers; [ dit7ya kashw2 ];
}; };
} }