diff --git a/pkgs/additional/nixpkgs-wayland/default.nix b/pkgs/additional/nixpkgs-wayland/default.nix index fe8368490..7910d6327 100644 --- a/pkgs/additional/nixpkgs-wayland/default.nix +++ b/pkgs/additional/nixpkgs-wayland/default.nix @@ -7,8 +7,8 @@ let src = fetchFromGitHub { owner = "nix-community"; repo = "nixpkgs-wayland"; - rev = "6d34f9c34bdab180fd15185c87a44b3bd11cb4c0"; - hash = "sha256-o1thi0iay9AfkqkopNsPfc70bfHD+NcsKOs3IYwRk/A="; + rev = "79e1f9e956c60af6520c5f9d9e451e555a82da6f"; + hash = "sha256-z3h4XqAdE1sqCdZxI9+gxLDEEbgGOVHIWZRMIjQheDo="; }; flake = import "${src}/flake.nix"; evaluated = flake.outputs { @@ -25,7 +25,7 @@ let in src.overrideAttrs (base: { # attributes required by update scripts pname = "nixpkgs-wayland"; - version = "0-unstable-2024-07-21"; + version = "0-unstable-2024-07-22"; src = src; # passthru only nixpkgs-wayland's own packages -- not the whole nixpkgs-with-nixpkgs-wayland-as-overlay: