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

This commit is contained in:
2025-06-21 07:42:55 +00:00
parent bd9d57c746
commit 03c17dedd2

View File

@@ -7,8 +7,8 @@ let
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "nix-community"; owner = "nix-community";
repo = "nixpkgs-wayland"; repo = "nixpkgs-wayland";
rev = "52d508b9562db7e961a4c75ab7abe0e4c03d00a3"; rev = "0e2136feb8ea9a214bbc615d60c5b7e5b818e39f";
hash = "sha256-hosJzS/379ji7USvHC4UUtQBMAAjKFiKHnSpEqeENpA="; hash = "sha256-ngG/twglfLxOaE0X4L49DlgkKl3pzu2qd9zlnK9oM6E=";
}; };
flake = import "${src}/flake.nix"; flake = import "${src}/flake.nix";
evaluated = flake.outputs { evaluated = flake.outputs {
@@ -25,7 +25,7 @@ let
in src.overrideAttrs (base: { in src.overrideAttrs (base: {
# attributes required by update scripts # attributes required by update scripts
pname = "nixpkgs-wayland"; pname = "nixpkgs-wayland";
version = "0-unstable-2025-06-20"; version = "0-unstable-2025-06-21";
src = src; src = src;
# passthru only nixpkgs-wayland's own packages -- not the whole nixpkgs-with-nixpkgs-wayland-as-overlay: # passthru only nixpkgs-wayland's own packages -- not the whole nixpkgs-with-nixpkgs-wayland-as-overlay: