nixpkgs-wayland: 2025-07-30 -> 2025-08-01

This commit is contained in:
2025-08-01 18:11:08 +00:00
parent a03ed72ea4
commit 23f13c24b7

View File

@@ -7,8 +7,8 @@ let
src = fetchFromGitHub {
owner = "nix-community";
repo = "nixpkgs-wayland";
rev = "56ee129d30e2704bbae6bcc91b39f9c305c8fc9a";
hash = "sha256-F3dhwOuwEGzcjYZbHEb+VD0nvX7w/jPMl3f4XzQelVo=";
rev = "1863fbfb9d79153480ee4d351b62617fb0aa69ec";
hash = "sha256-vDGmuiqeaJ2H571GkV4quh65jATj87g9cycqiuNnztI=";
};
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-30";
version = "0-unstable-2025-08-01";
src = src;
# passthru only nixpkgs-wayland's own packages -- not the whole nixpkgs-with-nixpkgs-wayland-as-overlay: