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

This commit is contained in:
2025-07-20 19:00:30 +00:00
parent 02fe7e02c2
commit aed191b255

View File

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