From f715c57994d093b51f0359689f2b66e16680ebe9 Mon Sep 17 00:00:00 2001 From: Colin Date: Mon, 7 Oct 2024 07:23:18 +0000 Subject: [PATCH] nixpkgs-wayland: 0-unstable-2024-10-01 -> 0-unstable-2024-10-06 --- 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 2939f98d8..d59c35d97 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 = "a40e6b047b6166aed5fab801e99a8d6b980d4680"; - hash = "sha256-U9cEs2W0eLvIS0kEMBGP8eZMdrpoHqynByth/mu2Nvc="; + rev = "9463b5d319bc79665db902a1007d1846d4218f62"; + hash = "sha256-FVXtRvS0IJCvIadkz/ULFKKceNY/d6hhcNZO73E51/A="; }; 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-10-01"; + version = "0-unstable-2024-10-06"; src = src; # passthru only nixpkgs-wayland's own packages -- not the whole nixpkgs-with-nixpkgs-wayland-as-overlay: