nixpkgs-wayland: 0-unstable-2024-10-06 -> 0-unstable-2024-10-08

This commit is contained in:
2024-10-10 18:02:48 +00:00
parent 37f535d2c4
commit d9622a69a9

View File

@@ -7,8 +7,8 @@ let
src = fetchFromGitHub {
owner = "nix-community";
repo = "nixpkgs-wayland";
rev = "9463b5d319bc79665db902a1007d1846d4218f62";
hash = "sha256-FVXtRvS0IJCvIadkz/ULFKKceNY/d6hhcNZO73E51/A=";
rev = "0a5e8f7bd281e879e9a5fe614d27162261c544d9";
hash = "sha256-5iEV1QH5A74HbTvSR+yrPttqwf6gzlL76JQiXB+P/Q4=";
};
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-2024-10-06";
version = "0-unstable-2024-10-08";
src = src;
# passthru only nixpkgs-wayland's own packages -- not the whole nixpkgs-with-nixpkgs-wayland-as-overlay: