From ebb335ef4cf101f5581f3f6a28dafe405a004fed Mon Sep 17 00:00:00 2001 From: Colin Date: Tue, 26 Aug 2025 15:43:52 +0000 Subject: [PATCH] nixpkgs-wayland: 2025-08-25 -> 2025-08-26 --- 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 799e81d93..51f5a85c8 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 = "1c1809725aed8dbbef3bd43abc335e5475de67ff"; - hash = "sha256-BNO7iBi3/cF/RJRTXMDoT3PnPXxz0Jn/YMlTyhWSf1A="; + rev = "2898b0f9932858f1c13af0fa14948d7a863591c4"; + hash = "sha256-zEMC/0SVpVZEIhapL+malHbr3R1YvWQEZh+IjIamGhE="; }; 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-08-25"; + version = "0-unstable-2025-08-26"; src = src; # passthru only nixpkgs-wayland's own packages -- not the whole nixpkgs-with-nixpkgs-wayland-as-overlay: