From 80c813112004e6f23390d02e0a4591a9c5d28d39 Mon Sep 17 00:00:00 2001 From: Colin Date: Sat, 7 Jun 2025 06:57:28 +0000 Subject: [PATCH] nixpkgs-wayland: 2025-06-06 -> 2025-06-07 --- 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 30def9b85..d81bb7987 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 = "7bbbe60aeb7edcfa2956554f040c3148d3aec8ec"; - hash = "sha256-W3ENVtK3tu0GafQPDnOx9zH2hbBYrYe0iHXaT+T8Fvs="; + rev = "89f11f511a7bd73bccfefda57496d2166aaffb10"; + hash = "sha256-kqPerOQiSokefg0JYsHuA7hWFed0CUnstX+Jmg8s1M8="; }; 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-06"; + version = "0-unstable-2025-06-07"; src = src; # passthru only nixpkgs-wayland's own packages -- not the whole nixpkgs-with-nixpkgs-wayland-as-overlay: