From df5fdf54afe64c63ed51ea08f11ad16b0cc19329 Mon Sep 17 00:00:00 2001 From: Colin Date: Thu, 3 Apr 2025 06:45:57 +0000 Subject: [PATCH] nixpkgs-wayland: 2025-04-01 -> 2025-04-02 --- 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 0f910b91c..bf0d87b0d 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 = "c4a2ef5ddbd8e8d3e7b81863dda832fad698bfdb"; - hash = "sha256-FMWakaQoiXaa3GdOxZrk/YFZuWS0kNkTcKSAYOn7zzY="; + rev = "99eeb44b0e5b0cedcf77bd9bf2dc62e97d4608da"; + hash = "sha256-sOx3F33V7NLG6lzIGTKuxdZLutBjCoi3z/RjkXnULxM="; }; 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-01"; + version = "0-unstable-2025-04-02"; src = src; # passthru only nixpkgs-wayland's own packages -- not the whole nixpkgs-with-nixpkgs-wayland-as-overlay: