sbclPackages.nyxt-gtk: 3.11.3 -> 3.11.4

This commit is contained in:
Vonfry 2024-03-06 18:41:56 +08:00
parent e1bf69f4ab
commit 84638cd317
No known key found for this signature in database
GPG Key ID: 1B81687FBA75D6B5

View File

@ -362,7 +362,7 @@ let
nyxt-gtk = build-asdf-system {
pname = "nyxt";
version = "3.11.3";
version = "3.11.4";
lispLibs = (with super; [
alexandria
@ -456,12 +456,14 @@ let
nclasses
nfiles
cl-containers
# remove this override after quicklisp one is updated.
# Because of building failure with new sbcl, the slime version is different from the nyxt pinned one
(swank.overrideAttrs (final: prev: {
src = pkgs.fetchFromGitHub {
owner = "slime";
repo = "slime";
rev = "735258a26bb97e85d25f39e4bef83c1f80c12f5d";
hash = "sha256-vMMer6qLJDKTwNE3unsOQezujISqFtn2AYl8cxsJvrc=";
rev = "v2.29.1";
hash = "sha256-5hNB5XxbTER4HX3dn4umUGnw6UeiTQkczmggFz4uWoE=";
};
systems = [ "swank" "swank/exts" ];
}))
@ -470,8 +472,8 @@ let
src = pkgs.fetchFromGitHub {
owner = "atlas-engineer";
repo = "nyxt";
rev = "3.11.3";
hash = "sha256-KkVn2sTvEYD9OYPezlckMdhMvQ2LKETwmsn+P1Ti424=";
rev = "3.11.4";
hash = "sha256-5LhpcuQTioOXZtzwN9B1vWo/xsYXxn9fSKRCdhSPM7A=";
};
nativeBuildInputs = [ pkgs.makeWrapper ];