Merge pull request #286872 from Vonfry/update/nyxt-3.11.2

sbclPackages.nyxt: 3.11.1 -> 3.11.2

authored by 7c6f434c and committed by GitHub c08fd7c1 4350c306

+3 -3
+3 -3
pkgs/development/lisp-modules/packages.nix
··· 362 363 nyxt-gtk = build-asdf-system { 364 pname = "nyxt"; 365 - version = "3.11.1"; 366 367 lispLibs = (with super; [ 368 alexandria ··· 470 src = pkgs.fetchFromGitHub { 471 owner = "atlas-engineer"; 472 repo = "nyxt"; 473 - rev = "3.11.1"; 474 - hash = "sha256-7qnelRTZBJ+1CbZv5Bpzd3uOjcSr/VLkcyo2yK/U/4A="; 475 }; 476 477 nativeBuildInputs = [ pkgs.makeWrapper ];
··· 362 363 nyxt-gtk = build-asdf-system { 364 pname = "nyxt"; 365 + version = "3.11.2"; 366 367 lispLibs = (with super; [ 368 alexandria ··· 470 src = pkgs.fetchFromGitHub { 471 owner = "atlas-engineer"; 472 repo = "nyxt"; 473 + rev = "3.11.2"; 474 + hash = "sha256-D89bPsiMj0SNlt1IlC19hk90mmXAvmZgyjzXw2g7570="; 475 }; 476 477 nativeBuildInputs = [ pkgs.makeWrapper ];