diff --git a/pkgs/by-name/nixpkgs-wayland/package.nix b/pkgs/by-name/nixpkgs-wayland/package.nix index 99a1b4599..27af537e4 100644 --- a/pkgs/by-name/nixpkgs-wayland/package.nix +++ b/pkgs/by-name/nixpkgs-wayland/package.nix @@ -7,8 +7,8 @@ let src = fetchFromGitHub { owner = "nix-community"; repo = "nixpkgs-wayland"; - rev = "69a36957e2d2a10108f50e355fc584369b56bfb8"; - hash = "sha256-sYWpnwSa4A0U6OuOShbUeAQ9Ke8z+72tDTN9sdq0bWs="; + rev = "142e869c2c844383288c88704e0e096caa5be33d"; + hash = "sha256-F7gB5eliHkq3MER6fhXb2d3R1mEUIyMyPTh4Kwf/fuI="; }; 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-2025-05-08"; + version = "0-unstable-2025-05-09"; src = src; # passthru only nixpkgs-wayland's own packages -- not the whole nixpkgs-with-nixpkgs-wayland-as-overlay: