diff --git a/pkgs/by-name/nixpkgs-wayland/package.nix b/pkgs/by-name/nixpkgs-wayland/package.nix index 3552df0aa..50af3fffb 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 = "f3189af0bbc54f5ca563b955eba7c98defd3a643"; - hash = "sha256-Y0ClD2JvNS4NQ9KZZP2evkkMo2UzFodcvKMSlvxT380="; + rev = "5df24321cb56f681c71780e727241246712dff48"; + hash = "sha256-tIqOYeSh7Fnua+0UFG2H5JRmZMa4KB1dvG4lHtI9hPg="; }; 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-2024-11-09"; + version = "0-unstable-2024-11-16"; src = src; # passthru only nixpkgs-wayland's own packages -- not the whole nixpkgs-with-nixpkgs-wayland-as-overlay: