From 36934eedfd30d130a4e6221b01524313d9d861b0 Mon Sep 17 00:00:00 2001 From: Colin Date: Sun, 9 Jun 2024 00:48:26 +0000 Subject: [PATCH] nixpkgs-wayland: 0-unstable-2024-06-xx -> 0-unstable-2024-06-08 --- pkgs/additional/nixpkgs-wayland/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/additional/nixpkgs-wayland/default.nix b/pkgs/additional/nixpkgs-wayland/default.nix index 55eb48c4..33857cfb 100644 --- a/pkgs/additional/nixpkgs-wayland/default.nix +++ b/pkgs/additional/nixpkgs-wayland/default.nix @@ -7,8 +7,8 @@ let src = fetchFromGitHub { owner = "nix-community"; repo = "nixpkgs-wayland"; - rev = "8e2d180329f4009ac06042b50ca0a356722aea19"; - hash = "sha256-8rKI+MKmWOpEy7XKRMURph4b6VkMkh+Nr20hkpyk5hM="; + rev = "021a0a37c336730956f5ce741c2a5c0e5c113b40"; + hash = "sha256-NiBJ7EgvGmDmXy1MG1r++afIzFJBmir2PQ4wmMNIaWw="; }; 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-06-xx"; + version = "0-unstable-2024-06-08"; src = src; # passthru only nixpkgs-wayland's own packages -- not the whole nixpkgs-with-nixpkgs-wayland-as-overlay: