nixpkgs-wayland: 2025-05-23 -> 2025-05-29

This commit is contained in:
2025-05-29 15:44:50 +00:00
parent a9b165a63d
commit 32ca4476c5

View File

@@ -7,8 +7,8 @@ let
src = fetchFromGitHub {
owner = "nix-community";
repo = "nixpkgs-wayland";
rev = "fd8d189a1593e34c351f028c40054fcee1249041";
hash = "sha256-atoQ0HaJwAHJU+uKav0GsyEPRhvSAdPlYs5YgggC5RE=";
rev = "58e4b9e67762d49a04194dbaf7a8b4143ca99254";
hash = "sha256-4D6BsRi4rL58nyS+qTzQ0TyJhcwCjj6htzWpBl2bjfs=";
};
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-05-23";
version = "0-unstable-2025-05-29";
src = src;
# passthru only nixpkgs-wayland's own packages -- not the whole nixpkgs-with-nixpkgs-wayland-as-overlay: