Unverified Commit e06d75bd authored by Aleksana's avatar Aleksana Committed by GitHub
Browse files

nyxt: 3.11.8 -> 3.12.0 (#350881)

parents b9bef336 157258e4
Loading
Loading
Loading
Loading
+7 −3
Original line number Diff line number Diff line
@@ -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)";