nixpkgs-wayland: 0-unstable-2024-12-22 -> 0-unstable-2025-01-03

This commit is contained in:
2025-01-03 09:41:41 +00:00
parent 5ae42ce797
commit fd58ec6e24

View File

@@ -7,8 +7,8 @@ let
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "nix-community"; owner = "nix-community";
repo = "nixpkgs-wayland"; repo = "nixpkgs-wayland";
rev = "8988b0603fed7e3d303718328cf4cd8dd137575e"; rev = "42ccba23ce4661f9a1df9c4455533888ca123683";
hash = "sha256-HECsyS551+KtffczDgx7w/xvruXHKoUf4JX7xW+Ecbo="; hash = "sha256-UtsW0O6RXzZqlwwY9qjDSZ2ygtLUkcnU908FcqEpOuo=";
}; };
flake = import "${src}/flake.nix"; flake = import "${src}/flake.nix";
evaluated = flake.outputs { evaluated = flake.outputs {
@@ -25,7 +25,7 @@ let
in src.overrideAttrs (base: { in src.overrideAttrs (base: {
# attributes required by update scripts # attributes required by update scripts
pname = "nixpkgs-wayland"; pname = "nixpkgs-wayland";
version = "0-unstable-2024-12-22"; version = "0-unstable-2025-01-03";
src = src; src = src;
# passthru only nixpkgs-wayland's own packages -- not the whole nixpkgs-with-nixpkgs-wayland-as-overlay: # passthru only nixpkgs-wayland's own packages -- not the whole nixpkgs-with-nixpkgs-wayland-as-overlay: