forked from mirrors/nixpkgs
Merge pull request #283470 from Vonfry/update/nyxt-3.11.1
nyxt: 3.11.0 -> 3.11.1
This commit is contained in:
commit
3babb26934
|
@ -362,7 +362,7 @@ let
|
|||
|
||||
nyxt-gtk = build-asdf-system {
|
||||
pname = "nyxt";
|
||||
version = "3.11.0";
|
||||
version = "3.11.1";
|
||||
|
||||
lispLibs = (with super; [
|
||||
alexandria
|
||||
|
@ -470,8 +470,8 @@ let
|
|||
src = pkgs.fetchFromGitHub {
|
||||
owner = "atlas-engineer";
|
||||
repo = "nyxt";
|
||||
rev = "3.11.0";
|
||||
hash = "sha256-Nw2r3FdqwxHlq8CrZo7Z423xe0rR5zu+U4dDPdG880M=";
|
||||
rev = "3.11.1";
|
||||
hash = "sha256-7qnelRTZBJ+1CbZv5Bpzd3uOjcSr/VLkcyo2yK/U/4A=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ pkgs.makeWrapper ];
|
||||
|
|
Loading…
Reference in a new issue