nixpkgs-wayland: 0-unstable-2024-11-25 -> 0-unstable-2024-11-26

This commit is contained in:
2024-11-27 20:51:47 +00:00
parent 6d2a7eecd9
commit d0f5a51fce

View File

@@ -7,8 +7,8 @@ let
src = fetchFromGitHub {
owner = "nix-community";
repo = "nixpkgs-wayland";
rev = "0c3d6b6f05da5400099a0763ebd88d411dc6ceb6";
hash = "sha256-/Wwn16owvATI9HSZBXfozhyah6z/D3hbYqdoOpS/vgA=";
rev = "af74f7cec80bd89ae6b2c77a3cdef100bb4cb5a5";
hash = "sha256-sagm2oQQm8s0gUbPf5IXI+cELTdc0fv/SKleWw9tzFo=";
};
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-25";
version = "0-unstable-2024-11-26";
src = src;
# passthru only nixpkgs-wayland's own packages -- not the whole nixpkgs-with-nixpkgs-wayland-as-overlay: