nixpkgs-wayland: 2024-07-28 -> 2024-08-02

This commit is contained in:
2024-08-02 10:52:07 +00:00
parent 7697704aff
commit 53b17ec230

View File

@@ -7,8 +7,8 @@ let
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "nix-community"; owner = "nix-community";
repo = "nixpkgs-wayland"; repo = "nixpkgs-wayland";
rev = "6642ef653bf2fcd39b118ada1371ba4519bdcc7b"; rev = "f542b1ece547bbcebb006c582b9bec4462b4b6c3";
hash = "sha256-NWY1LnxdZOGFt5/VHcL4GPGSP6iBniOZBHz3WCxwhZI="; hash = "sha256-8gBrXbiAg1b3S8xaPAotlBug2Jh0cI3qBRNsUcQ862A=";
}; };
flake = import "${src}/flake.nix"; flake = import "${src}/flake.nix";
evaluated = flake.outputs { evaluated = flake.outputs {
@@ -25,7 +25,7 @@ let
in src.overrideAttrs (base: { in src.overrideAttrs (base: {
# attributes required by update scripts # attributes required by update scripts
pname = "nixpkgs-wayland"; pname = "nixpkgs-wayland";
version = "0-unstable-2024-07-28"; version = "0-unstable-2024-08-02";
src = src; src = src;
# passthru only nixpkgs-wayland's own packages -- not the whole nixpkgs-with-nixpkgs-wayland-as-overlay: # passthru only nixpkgs-wayland's own packages -- not the whole nixpkgs-with-nixpkgs-wayland-as-overlay: