codux: 15.35.2 -> 15.37.3 (#359216)

This commit is contained in:
nixpkgs-merge-bot[bot] 2024-11-27 07:12:45 +00:00 committed by GitHub
commit a19506c41c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -5,11 +5,11 @@
let
pname = "codux";
version = "15.35.2";
version = "15.37.3";
src = fetchurl {
url = "https://github.com/wixplosives/codux-versions/releases/download/${version}/Codux-${version}.x86_64.AppImage";
hash = "sha256-hRfChiVrO+uMPHwPZxN4XYYodXcRbOWZnWKfobBTAXE=";
hash = "sha256-SY2UmagOKdqbeWd6a/cUO9t3l8qjUy755YrhOBu8oi0=";
};
appimageContents = appimageTools.extractType2 { inherit pname version src; };