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

Merge pull request #279792 from Vonfry/update/nyxt-3.11

nyxt: 3.10.0 -> 3.11.0
parents be0e0e59 bd427105
Loading
Loading
Loading
Loading
+6 −6
Original line number Diff line number Diff line
@@ -232,13 +232,13 @@ let

  prompter = build-asdf-system rec {
    pname = "prompter";
    version = "0.1.1";
    version = "20240108-git";

    src = pkgs.fetchFromGitHub {
      owner = "atlas-engineer";
      repo = "prompter";
      rev = version;
      sha256 = "sha256-A9gIUBj0oUDFGR5aqHz+tdNR6t03LPMrx0n9qM3ACwE=";
      rev = "7890ed5d02e70aba01ceb964c6ee4f40776e7dc0";
      hash = "sha256-rRKtpSKAqfzvnlC3NQ4840RrlbBUpI4V6uX6p5hRJWQ=";
    };

    lispLibs = [
@@ -362,7 +362,7 @@ let

  nyxt-gtk = build-asdf-system {
    pname = "nyxt";
    version = "3.10.0";
    version = "3.11.0";

    lispLibs = (with super; [
      alexandria
@@ -470,8 +470,8 @@ let
    src = pkgs.fetchFromGitHub {
      owner = "atlas-engineer";
      repo = "nyxt";
      rev = "3.10.0";
      sha256 = "sha256-yEa5Lx1egkg9Jh3EQfvaBQicm31uxIq/3s2NOQUC4uc=";
      rev = "3.11.0";
      hash = "sha256-Nw2r3FdqwxHlq8CrZo7Z423xe0rR5zu+U4dDPdG880M=";
    };

    nativeBuildInputs = [ pkgs.makeWrapper ];