nixpkgs-wayland: 0-unstable-2024-10-12 -> 0-unstable-2024-10-16

This commit is contained in:
2024-10-17 01:07:17 +00:00
parent 33aa2727be
commit 0c43aedc02

View File

@@ -7,8 +7,8 @@ let
src = fetchFromGitHub {
owner = "nix-community";
repo = "nixpkgs-wayland";
rev = "f31d5880ded44894e6c14e04d3a2dc624c542756";
hash = "sha256-AM37viNRyjiPo8l+MgjtuBbLQbZ14UdqUsQZQYC7v8Q=";
rev = "ce09f75d17c754cb11381fc68874083c746ae7b6";
hash = "sha256-d5nrwAYeqw5VRFiEnYgfQ5joB8OWerXqr6DmdtY3HMs=";
};
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-12";
version = "0-unstable-2024-10-16";
src = src;
# passthru only nixpkgs-wayland's own packages -- not the whole nixpkgs-with-nixpkgs-wayland-as-overlay: