diff --git a/pkgs/by-name/nixpkgs-wayland/package.nix b/pkgs/by-name/nixpkgs-wayland/package.nix index d81bb7987..bf9c86756 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 = "89f11f511a7bd73bccfefda57496d2166aaffb10"; - hash = "sha256-kqPerOQiSokefg0JYsHuA7hWFed0CUnstX+Jmg8s1M8="; + rev = "9969c584c55ee27c8d66b54fde90ec73ea4bc8d5"; + hash = "sha256-Vj/o58xHwSXL5pPe1bIGKyBxKNved4CCjWBOZsjzw4w="; }; 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-06-07"; + version = "0-unstable-2025-06-08"; src = src; # passthru only nixpkgs-wayland's own packages -- not the whole nixpkgs-with-nixpkgs-wayland-as-overlay: