From 12584bcfdea9bd0977984ea3e36ec45044dce99c Mon Sep 17 00:00:00 2001 From: Colin Date: Wed, 11 Jun 2025 18:22:04 +0000 Subject: [PATCH] nixpkgs-wayland: 2025-06-10 -> 2025-06-11 --- pkgs/by-name/nixpkgs-wayland/package.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/by-name/nixpkgs-wayland/package.nix b/pkgs/by-name/nixpkgs-wayland/package.nix index e4b73f46b..9c57ecbc1 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 = "aeba04b6e1d87a4f1bfae9acc22a91dbc9e33e11"; - hash = "sha256-vXWPgk0pjBqQQxgPbrjgAKyw1unvzyCGRhvl93HOtns="; + rev = "29d9f50aa249f1dcfa747d5761f545b851a3e4fb"; + hash = "sha256-ku4MNLLYSIo89qoLRLpJd+O7XrwvPML88q/i/rw13p0="; }; 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-10"; + version = "0-unstable-2025-06-11"; src = src; # passthru only nixpkgs-wayland's own packages -- not the whole nixpkgs-with-nixpkgs-wayland-as-overlay: