nixpkgs-wayland: 0-unstable-2024-11-09 -> 0-unstable-2024-11-16

This commit is contained in:
2024-11-17 06:04:44 +00:00
parent 39fd6b4309
commit 11bce103a0

View File

@@ -7,8 +7,8 @@ let
src = fetchFromGitHub {
owner = "nix-community";
repo = "nixpkgs-wayland";
rev = "f3189af0bbc54f5ca563b955eba7c98defd3a643";
hash = "sha256-Y0ClD2JvNS4NQ9KZZP2evkkMo2UzFodcvKMSlvxT380=";
rev = "5df24321cb56f681c71780e727241246712dff48";
hash = "sha256-tIqOYeSh7Fnua+0UFG2H5JRmZMa4KB1dvG4lHtI9hPg=";
};
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-11-09";
version = "0-unstable-2024-11-16";
src = src;
# passthru only nixpkgs-wayland's own packages -- not the whole nixpkgs-with-nixpkgs-wayland-as-overlay: