From 32ca4476c5878e7090db0ca8952f2b8077109830 Mon Sep 17 00:00:00 2001 From: Colin Date: Thu, 29 May 2025 15:44:50 +0000 Subject: [PATCH] nixpkgs-wayland: 2025-05-23 -> 2025-05-29 --- 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 32c7ea446..e938b74a6 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 = "fd8d189a1593e34c351f028c40054fcee1249041"; - hash = "sha256-atoQ0HaJwAHJU+uKav0GsyEPRhvSAdPlYs5YgggC5RE="; + rev = "58e4b9e67762d49a04194dbaf7a8b4143ca99254"; + hash = "sha256-4D6BsRi4rL58nyS+qTzQ0TyJhcwCjj6htzWpBl2bjfs="; }; 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-05-23"; + version = "0-unstable-2025-05-29"; src = src; # passthru only nixpkgs-wayland's own packages -- not the whole nixpkgs-with-nixpkgs-wayland-as-overlay: