nixpkgs-wayland: 0-unstable-2024-08-13 -> 0-unstable-2024-08-30

This commit is contained in:
2024-08-31 07:14:51 +00:00
parent 5a782551f7
commit d911f92c28

View File

@@ -7,8 +7,8 @@ let
src = fetchFromGitHub {
owner = "nix-community";
repo = "nixpkgs-wayland";
rev = "d281d56bda9456bb8c0a22a608575926fb9a656d";
hash = "sha256-5R7cF01OqkULUZ/qpAjgs712UGM+N0xFqOk/eYd3V+4=";
rev = "90cf4eb6d71f1ee8124fd57535a3569048771b33";
hash = "sha256-B5Ypgx4cO0syxPyUsHTIxVFT8xChPj494WJ5uIOefDM=";
};
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-08-13";
version = "0-unstable-2024-08-30";
src = src;
# passthru only nixpkgs-wayland's own packages -- not the whole nixpkgs-with-nixpkgs-wayland-as-overlay: