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

This commit is contained in:
2025-07-21 20:35:15 +00:00
parent 6c4a6a596f
commit 3068ac35b7

View File

@@ -7,8 +7,8 @@ let
src = fetchFromGitHub {
owner = "nix-community";
repo = "nixpkgs-wayland";
rev = "bda442c5352636abdf26e920a6e08ec712996950";
hash = "sha256-/vJ6oMSf/6R1eAJMLpM7eQagEeL1EFwbAOo/ktBci1g=";
rev = "08fd4567ae6c306d8cb28e3eea1e7d9e72a2f036";
hash = "sha256-xVttDHr7z2sLzV2QCk8by/SkAhjVH21qOAs2+UTqEww=";
};
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-07-20";
version = "0-unstable-2025-07-21";
src = src;
# passthru only nixpkgs-wayland's own packages -- not the whole nixpkgs-with-nixpkgs-wayland-as-overlay: