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 329 lispLibs = with self; [ bordeaux-threads closer-mop serapeum ]; 330 330 }; 331 331 332 - nkeymaps = build-asdf-system { 332 + nkeymaps = build-asdf-system rec { 333 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"; 334 + version = "1.1.0"; 335 + src = pkgs.fetchFromGitHub { 336 + owner = "atlas-engineer"; 337 + repo = "nkeymaps"; 338 + rev = version; 339 + hash = "sha256-ewMu2IgEzCYY72vG91IA7l8X78Ph6jpQvbKeOFZdAyM="; 338 340 }; 339 - lispLibs = with self; [ alexandria fset trivial-package-local-nicknames ]; 341 + lispLibs = with self; [ alexandria fset trivial-package-local-nicknames 342 + str ]; 340 343 }; 341 344 342 345 343 - history-tree = build-asdf-system { 346 + history-tree = build-asdf-system rec { 344 347 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"; 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="; 349 354 }; 350 355 lispLibs = with self; [ 351 356 alexandria ··· 359 364 360 365 nyxt-gtk = build-asdf-system { 361 366 pname = "nyxt"; 362 - version = "3.7.0"; 367 + version = "3.9.0"; 363 368 364 369 lispLibs = (with super; [ 365 370 alexandria ··· 449 454 src = pkgs.fetchFromGitHub { 450 455 owner = "atlas-engineer"; 451 456 repo = "nyxt"; 452 - rev = "3.7.0"; 453 - sha256 = "sha256-viiyO4fX3uyGuvojQ1rYYKBldRdVNzeJX1KYlYwfWVU="; 457 + rev = "3.9.0"; 458 + sha256 = "sha256-bZoAE0FErgXPylOzh6AfMq3befms9dHms8+slbYdctk="; 454 459 }; 455 460 456 461 nativeBuildInputs = [ pkgs.makeWrapper ];