Merge pull request #262057 from Vonfry/update/nyxt

nyxt: 3.7.0 -> 3.9.0

authored by 7c6f434c and committed by GitHub 4b1fe40c b4b2cb00

+19 -14
+19 -14
pkgs/development/lisp-modules/packages.nix
··· 329 lispLibs = with self; [ bordeaux-threads closer-mop serapeum ]; 330 }; 331 332 - nkeymaps = build-asdf-system { 333 pname = "nkeymaps"; 334 - version = "20230214-git"; 335 - src = pkgs.fetchzip { 336 - url = "http://beta.quicklisp.org/archive/nhooks/2023-02-14/nkeymaps-20230214-git.tgz"; 337 - sha256 = "197vxqby87vnpgcwchs3dqihk1gimp2cx9cc201pkdzvnbrixji6"; 338 }; 339 - lispLibs = with self; [ alexandria fset trivial-package-local-nicknames ]; 340 }; 341 342 343 - history-tree = build-asdf-system { 344 pname = "history-tree"; 345 - version = "20230214-git"; 346 - src = pkgs.fetchzip { 347 - url = "http://beta.quicklisp.org/archive/history-tree/2023-02-14/history-tree-20230214-git.tgz"; 348 - sha256 = "12kvnc8vcvg7nmgl5iqgbr4pj0vgb8f8avk9l5czz7f2hj91ysdp"; 349 }; 350 lispLibs = with self; [ 351 alexandria ··· 359 360 nyxt-gtk = build-asdf-system { 361 pname = "nyxt"; 362 - version = "3.7.0"; 363 364 lispLibs = (with super; [ 365 alexandria ··· 449 src = pkgs.fetchFromGitHub { 450 owner = "atlas-engineer"; 451 repo = "nyxt"; 452 - rev = "3.7.0"; 453 - sha256 = "sha256-viiyO4fX3uyGuvojQ1rYYKBldRdVNzeJX1KYlYwfWVU="; 454 }; 455 456 nativeBuildInputs = [ pkgs.makeWrapper ];
··· 329 lispLibs = with self; [ bordeaux-threads closer-mop serapeum ]; 330 }; 331 332 + nkeymaps = build-asdf-system rec { 333 pname = "nkeymaps"; 334 + version = "1.1.0"; 335 + src = pkgs.fetchFromGitHub { 336 + owner = "atlas-engineer"; 337 + repo = "nkeymaps"; 338 + rev = version; 339 + hash = "sha256-ewMu2IgEzCYY72vG91IA7l8X78Ph6jpQvbKeOFZdAyM="; 340 }; 341 + lispLibs = with self; [ alexandria fset trivial-package-local-nicknames 342 + str ]; 343 }; 344 345 346 + history-tree = build-asdf-system rec { 347 pname = "history-tree"; 348 + version = "0.1.1"; 349 + src = pkgs.fetchFromGitHub { 350 + owner = "atlas-engineer"; 351 + repo = "history-tree"; 352 + rev = version; 353 + hash = "sha256-lOORalyTybdut/If+dBXS4PlZt2AnZrEI/qjQWS03pk="; 354 }; 355 lispLibs = with self; [ 356 alexandria ··· 364 365 nyxt-gtk = build-asdf-system { 366 pname = "nyxt"; 367 + version = "3.9.0"; 368 369 lispLibs = (with super; [ 370 alexandria ··· 454 src = pkgs.fetchFromGitHub { 455 owner = "atlas-engineer"; 456 repo = "nyxt"; 457 + rev = "3.9.0"; 458 + sha256 = "sha256-bZoAE0FErgXPylOzh6AfMq3befms9dHms8+slbYdctk="; 459 }; 460 461 nativeBuildInputs = [ pkgs.makeWrapper ];