Unverified Commit d9f5e553 authored by 7c6f434c's avatar 7c6f434c Committed by GitHub
Browse files

Merge pull request #302809 from Vonfry/nyxt-3.11.6

sbclPackages.nyxt: 3.11.5 -> 3.11.6
parents ca74eb22 16872991
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -370,7 +370,7 @@ let

  nyxt-gtk = build-asdf-system {
    pname = "nyxt";
    version = "3.11.5";
    version = "3.11.6";

    lispLibs = (with super; [
      alexandria
@@ -481,8 +481,8 @@ let
    src = pkgs.fetchFromGitHub {
      owner = "atlas-engineer";
      repo = "nyxt";
      rev = "3.11.5";
      hash = "sha256-l3igC4jfCvx7Q0WO2Zf2ByWLz7sCteYdW1rNvwrc97g=";
      rev = "3.11.6";
      hash = "sha256-o+4LnSNyhdz5YAjNQJuE2ERtt48PckjKfts9QVRw82A=";
    };

    nativeBuildInputs = [ pkgs.makeWrapper ];