diff --git a/pkgs/additional/nixpkgs-wayland/default.nix b/pkgs/additional/nixpkgs-wayland/default.nix index 1c21f666f..9c6d4c4d7 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 = "9cf33b411239ce941e5c5870b3fc582ac1bba9f2"; - hash = "sha256-k2/M8GgIAUmVklo5oV9Wbmg/vg024BAUr+3ZiiYXuWQ="; + rev = "6642ef653bf2fcd39b118ada1371ba4519bdcc7b"; + hash = "sha256-NWY1LnxdZOGFt5/VHcL4GPGSP6iBniOZBHz3WCxwhZI="; }; 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-27"; + version = "0-unstable-2024-07-28"; src = src; # passthru only nixpkgs-wayland's own packages -- not the whole nixpkgs-with-nixpkgs-wayland-as-overlay: