nixpkgs-wayland: 0-unstable-2024-10-29 -> 0-unstable-2024-11-04

This commit is contained in:
2024-11-06 03:35:54 +00:00
parent 3e83cd8c9c
commit 944e28b64e

View File

@@ -7,8 +7,8 @@ let
src = fetchFromGitHub {
owner = "nix-community";
repo = "nixpkgs-wayland";
rev = "d3bb51e62dd4a31c7cfea0f1ad511e53774a79fe";
hash = "sha256-SYFUfTXsDeIK3q7fy6SrZ1v+lVQrEmZaKc1fpp4wuBQ=";
rev = "830366403098ea988cee4e38e81e4971cb18a0dd";
hash = "sha256-OMsuVV+HO/UtdWusVLzkuA1vMPcqNMp/hx+lX9snMLw=";
};
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-29";
version = "0-unstable-2024-11-04";
src = src;
# passthru only nixpkgs-wayland's own packages -- not the whole nixpkgs-with-nixpkgs-wayland-as-overlay: