From 02c9105d638c75a930f4e6c3208d7c294ffce9c6 Mon Sep 17 00:00:00 2001 From: Colin Date: Tue, 8 Apr 2025 02:30:30 +0000 Subject: [PATCH] nixpkgs-wayland: 2025-04-06 -> 2025-04-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 84d390fea..c5fcff565 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 = "9a934a904b52e630795cb385e33d0b2579e42300"; - hash = "sha256-bcs2Ge9Kwgwa2iRSt1GMbE78B6fUF/Y8peBs7IG+YkY="; + rev = "0abc00fca59e72c920b508976fafafe8c84aed6e"; + hash = "sha256-YwhWSlLO+uS4WrLRpTQ6FUo4LWGzCBJ0iXGeNFHPosM="; }; 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-04-06"; + version = "0-unstable-2025-04-07"; src = src; # passthru only nixpkgs-wayland's own packages -- not the whole nixpkgs-with-nixpkgs-wayland-as-overlay: