Merge pull request #302809 from Vonfry/nyxt-3.11.6

sbclPackages.nyxt: 3.11.5 -> 3.11.6
This commit is contained in:
7c6f434c 2024-04-10 07:44:27 +00:00 committed by GitHub
commit d9f5e55351
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -370,7 +370,7 @@ let
nyxt-gtk = build-asdf-system {
pname = "nyxt";
version = "3.11.5";
version = "3.11.6";
lispLibs = (with super; [
alexandria
@ -481,8 +481,8 @@ let
src = pkgs.fetchFromGitHub {
owner = "atlas-engineer";
repo = "nyxt";
rev = "3.11.5";
hash = "sha256-l3igC4jfCvx7Q0WO2Zf2ByWLz7sCteYdW1rNvwrc97g=";
rev = "3.11.6";
hash = "sha256-o+4LnSNyhdz5YAjNQJuE2ERtt48PckjKfts9QVRw82A=";
};
nativeBuildInputs = [ pkgs.makeWrapper ];