nixpkgs-wayland: 2025-05-31 -> 2025-06-02

This commit is contained in:
2025-06-02 08:10:43 +00:00
parent 66163f5e0c
commit 6ddac6b3f2

View File

@@ -7,8 +7,8 @@ let
src = fetchFromGitHub {
owner = "nix-community";
repo = "nixpkgs-wayland";
rev = "035840c4d09190922eeb02f3bf2c16ac30f010ad";
hash = "sha256-NqpfwwQa6NH9w+p/oE8clTwkpK/aiVniEVMRPOdCkgE=";
rev = "5766dc37daa17032b402fd07abf212308ea3ffcc";
hash = "sha256-U4Bdy95VwXPRoVCcsBQfcBrSPHhycn4AzzRsoAlSfkg=";
};
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-31";
version = "0-unstable-2025-06-02";
src = src;
# passthru only nixpkgs-wayland's own packages -- not the whole nixpkgs-with-nixpkgs-wayland-as-overlay: