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

This commit is contained in:
2024-09-08 20:35:07 +00:00
parent ca4061ab94
commit 13aad0256d

View File

@@ -7,8 +7,8 @@ let
src = fetchFromGitHub {
owner = "nix-community";
repo = "nixpkgs-wayland";
rev = "24757efbe662a14bcbfb8b12541ea5f0fb5638a8";
hash = "sha256-mZLzdIWIe3SGKLbGkjK4CKP59BoX3RmJHi7nlQxL9pA=";
rev = "eff092a10dcbe2898d9edc77d315c9a759252fde";
hash = "sha256-qXDPzEY6uqLlie1dsp4Dbb7ExfSyHy81YKtWNphO/xo=";
};
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-09-06";
version = "0-unstable-2024-09-08";
src = src;
# passthru only nixpkgs-wayland's own packages -- not the whole nixpkgs-with-nixpkgs-wayland-as-overlay: