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

This commit is contained in:
2024-10-07 07:23:18 +00:00
parent f1556419a4
commit f715c57994

View File

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