Merge pull request #283470 from Vonfry/update/nyxt-3.11.1

nyxt: 3.11.0 -> 3.11.1

authored by

7c6f434c and committed by
GitHub
3babb269 cf792a51

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