diff --git a/pkgs/by-name/nixpkgs-wayland/package.nix b/pkgs/by-name/nixpkgs-wayland/package.nix index 9c57ecbc1..10778d247 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 = "29d9f50aa249f1dcfa747d5761f545b851a3e4fb"; - hash = "sha256-ku4MNLLYSIo89qoLRLpJd+O7XrwvPML88q/i/rw13p0="; + rev = "c48f407d1f0fa71d89221d48dabd5f6abc7dabba"; + hash = "sha256-nhQ8ZZdyzHbKUYOVWp4vtRouG3kBB0QMVT6tqGlfC5I="; }; 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-11"; + version = "0-unstable-2025-06-12"; src = src; # passthru only nixpkgs-wayland's own packages -- not the whole nixpkgs-with-nixpkgs-wayland-as-overlay: