nyxt: 3.11.8 -> 3.12.0 (#350881)

This commit is contained in:
Aleksana
2024-10-28 22:55:40 +08:00
committed by GitHub
@@ -26,15 +26,16 @@
, xdg-utils
, xclip
, wl-clipboard
, nix-update-script
}:
stdenv.mkDerivation (finalAttrs: {
pname = "nyxt";
version = "3.11.8";
version = "3.12.0";
src = fetchzip {
url = "https://github.com/atlas-engineer/nyxt/releases/download/${finalAttrs.version}/nyxt-${finalAttrs.version}-source-with-submodules.tar.xz";
hash = "sha256-mLf2dvnXYUwPEB3QkoB/O3m/e96t6ISUZNfh+y1ArX4=";
hash = "sha256-T5p3OaWp28rny81ggdE9iXffmuh6wt6XSuteTOT8FLI=";
stripRoot = false;
};
@@ -97,7 +98,10 @@ stdenv.mkDerivation (finalAttrs: {
# prevent corrupting core in exe
dontStrip = true;
passthru.tests.version = testers.testVersion { package = finalAttrs.finalPackage; };
passthru = {
tests.version = testers.testVersion { package = finalAttrs.finalPackage; };
updateScript = nix-update-script { };
};
meta = with lib; {
description = "Infinitely extensible web-browser (with Lisp development files using WebKitGTK platform port)";