From 0b8807fb9e309ce9dad71dba4a2cf81bd365139a Mon Sep 17 00:00:00 2001 From: Colin Date: Thu, 14 Aug 2025 07:00:17 +0000 Subject: [PATCH] nixpkgs-wayland: 2025-08-13 -> 2025-08-14 --- 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 97263deb0..deac22453 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 = "95c8e3fe514cd7232379f180dd899a6e90d0d140"; - hash = "sha256-2CALAsJwLCVRK9fDDSR4OvU+LFDBPT9yE5AICmQHvaM="; + rev = "73cda85ad31c45cfa18d6040d277a6036c772a92"; + hash = "sha256-zVnT3w+AWQlUSbawU75vEvjxd39VQEpWtXDSOlkO0TQ="; }; 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-13"; + version = "0-unstable-2025-08-14"; src = src; # passthru only nixpkgs-wayland's own packages -- not the whole nixpkgs-with-nixpkgs-wayland-as-overlay: