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

codux: 15.25.1 -> 15.26.0
This commit is contained in:
nixpkgs-merge-bot[bot]
2024-05-14 01:33:19 +00:00
committed by GitHub
+2 -2
View File
@@ -5,11 +5,11 @@
let
pname = "codux";
version = "15.25.1";
version = "15.26.0";
src = fetchurl {
url = "https://github.com/wixplosives/codux-versions/releases/download/${version}/Codux-${version}.x86_64.AppImage";
sha256 = "sha256-MdA/NAlIRyKJNiqYvoxACc+WgS0ZAt+tbqaQRzTT/Xc=";
sha256 = "sha256-jja9WYfirltjBdJNCQONowVjMTg0aj265Sjq57qSjbc=";
};
appimageContents = appimageTools.extractType2 { inherit pname version src; };