From f811ac3a993a3886ca1fc422265e5e8082146f78 Mon Sep 17 00:00:00 2001 From: Colin Date: Sun, 8 Jun 2025 19:33:46 +0000 Subject: [PATCH] nixpkgs-wayland: 2025-06-07 -> 2025-06-08 --- 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 d81bb7987..bf9c86756 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 = "89f11f511a7bd73bccfefda57496d2166aaffb10"; - hash = "sha256-kqPerOQiSokefg0JYsHuA7hWFed0CUnstX+Jmg8s1M8="; + rev = "9969c584c55ee27c8d66b54fde90ec73ea4bc8d5"; + hash = "sha256-Vj/o58xHwSXL5pPe1bIGKyBxKNved4CCjWBOZsjzw4w="; }; 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-07"; + version = "0-unstable-2025-06-08"; src = src; # passthru only nixpkgs-wayland's own packages -- not the whole nixpkgs-with-nixpkgs-wayland-as-overlay: