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

codux: 15.25.0 -> 15.25.1
This commit is contained in:
nixpkgs-merge-bot[bot] 2024-05-06 03:49:39 +00:00 committed by GitHub
commit 36cfb6b38a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -5,11 +5,11 @@
let
pname = "codux";
version = "15.25.0";
version = "15.25.1";
src = fetchurl {
url = "https://github.com/wixplosives/codux-versions/releases/download/${version}/Codux-${version}.x86_64.AppImage";
sha256 = "sha256-9hO0n+ARAqwYWCbDAKpna1zS3pjHykB3+c6wunWrc6o=";
sha256 = "sha256-MdA/NAlIRyKJNiqYvoxACc+WgS0ZAt+tbqaQRzTT/Xc=";
};
appimageContents = appimageTools.extractType2 { inherit pname version src; };