nixpkgs-wayland: 2025-05-20 -> 2025-05-21

This commit is contained in:
2025-05-22 02:44:13 +00:00
parent bb67240055
commit c082154d58

View File

@@ -7,8 +7,8 @@ let
src = fetchFromGitHub {
owner = "nix-community";
repo = "nixpkgs-wayland";
rev = "dffebd8ec3d1fac04d7f12dd1cef5124ebf9aa80";
hash = "sha256-XDkNPtNX/rK3LnCRdSw8aNI6uwaQ6nQQoqHCQ8ONNGM=";
rev = "1f684e6ca6f18b7ba2e8e2fbbf883c69dea33ac5";
hash = "sha256-hMdrDt71iCeRhLekgMlDSIGoixwPHOa6j+pBB3GnlMs=";
};
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-20";
version = "0-unstable-2025-05-21";
src = src;
# passthru only nixpkgs-wayland's own packages -- not the whole nixpkgs-with-nixpkgs-wayland-as-overlay: