nixpkgs-wayland: 2024-06-12 -> 2024-06-14

This commit is contained in:
Colin 2024-06-15 00:19:25 +00:00
parent a204f0a987
commit 5a086b359d

View File

@ -7,8 +7,8 @@ let
src = fetchFromGitHub {
owner = "nix-community";
repo = "nixpkgs-wayland";
rev = "90cadf89f6edd41c7b9f9436cdc8a4c3206747e6";
hash = "sha256-b6LF6PGzBHJZzhOeZbt4AX2E1wMbhHGurskwABFbiJg=";
rev = "2d38211216d86747c4b5a59898b51d90b8899d16";
hash = "sha256-xSOE7LT7KLLdpp3cdVOVvwIZ1F8KW4Ov1ElEMbK8e8A=";
};
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-06-12";
version = "0-unstable-2024-06-14";
src = src;
# passthru only nixpkgs-wayland's own packages -- not the whole nixpkgs-with-nixpkgs-wayland-as-overlay: