From 0b54c31b0c191b4043e46054a10f56e09f2b26bf Mon Sep 17 00:00:00 2001 From: Colin Date: Wed, 30 Jul 2025 18:15:54 +0000 Subject: [PATCH] nixpkgs-wayland: 2025-07-28 -> 2025-07-30 --- 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 9bcfc2e4d..9683046ae 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 = "893adcf2ce0e3179ae8d0083ad4101fe7c4d3629"; - hash = "sha256-7bLTnXJ4tF6vxoThB6cBCKoNgSURYaWaFhip7PllI0Y="; + rev = "11e0297507c108e7548fa2c04251aa92f8798863"; + hash = "sha256-aI6n/4NA2e2PdtPwek4zJv+bv7JRsVM/zcyA/ANbnXU="; }; 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-07-28"; + version = "0-unstable-2025-07-30"; src = src; # passthru only nixpkgs-wayland's own packages -- not the whole nixpkgs-with-nixpkgs-wayland-as-overlay: