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

Merge pull request #290404 from Vonfry/update/nyxt-3.11.3

sbclPackages.nyxt-gtk: 3.11.2 -> 3.11.3
parents a123e0cb 1f833c43
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -362,7 +362,7 @@ let

  nyxt-gtk = build-asdf-system {
    pname = "nyxt";
    version = "3.11.2";
    version = "3.11.3";

    lispLibs = (with super; [
      alexandria
@@ -470,8 +470,8 @@ let
    src = pkgs.fetchFromGitHub {
      owner = "atlas-engineer";
      repo = "nyxt";
      rev = "3.11.2";
      hash = "sha256-D89bPsiMj0SNlt1IlC19hk90mmXAvmZgyjzXw2g7570=";
      rev = "3.11.3";
      hash = "sha256-KkVn2sTvEYD9OYPezlckMdhMvQ2LKETwmsn+P1Ti424=";
    };

    nativeBuildInputs = [ pkgs.makeWrapper ];