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

nyxt: 3.10.0 -> 3.11.0

authored by 7c6f434c and committed by GitHub 79701005 be0e0e59

+6 -6
+6 -6
pkgs/development/lisp-modules/packages.nix
··· 232 233 prompter = build-asdf-system rec { 234 pname = "prompter"; 235 - version = "0.1.1"; 236 237 src = pkgs.fetchFromGitHub { 238 owner = "atlas-engineer"; 239 repo = "prompter"; 240 - rev = version; 241 - sha256 = "sha256-A9gIUBj0oUDFGR5aqHz+tdNR6t03LPMrx0n9qM3ACwE="; 242 }; 243 244 lispLibs = [ ··· 362 363 nyxt-gtk = build-asdf-system { 364 pname = "nyxt"; 365 - version = "3.10.0"; 366 367 lispLibs = (with super; [ 368 alexandria ··· 470 src = pkgs.fetchFromGitHub { 471 owner = "atlas-engineer"; 472 repo = "nyxt"; 473 - rev = "3.10.0"; 474 - sha256 = "sha256-yEa5Lx1egkg9Jh3EQfvaBQicm31uxIq/3s2NOQUC4uc="; 475 }; 476 477 nativeBuildInputs = [ pkgs.makeWrapper ];
··· 232 233 prompter = build-asdf-system rec { 234 pname = "prompter"; 235 + version = "20240108-git"; 236 237 src = pkgs.fetchFromGitHub { 238 owner = "atlas-engineer"; 239 repo = "prompter"; 240 + rev = "7890ed5d02e70aba01ceb964c6ee4f40776e7dc0"; 241 + hash = "sha256-rRKtpSKAqfzvnlC3NQ4840RrlbBUpI4V6uX6p5hRJWQ="; 242 }; 243 244 lispLibs = [ ··· 362 363 nyxt-gtk = build-asdf-system { 364 pname = "nyxt"; 365 + version = "3.11.0"; 366 367 lispLibs = (with super; [ 368 alexandria ··· 470 src = pkgs.fetchFromGitHub { 471 owner = "atlas-engineer"; 472 repo = "nyxt"; 473 + rev = "3.11.0"; 474 + hash = "sha256-Nw2r3FdqwxHlq8CrZo7Z423xe0rR5zu+U4dDPdG880M="; 475 }; 476 477 nativeBuildInputs = [ pkgs.makeWrapper ];