nixpkgs-wayland: 0-unstable-2025-01-19 -> 0-unstable-2025-01-21

This commit is contained in:
2025-01-21 18:34:42 +00:00
parent 080de3d9ce
commit a741962f1f

View File

@@ -7,8 +7,8 @@ let
src = fetchFromGitHub {
owner = "nix-community";
repo = "nixpkgs-wayland";
rev = "47260b4b1459fee2a27a630adf5be5caf0495ac2";
hash = "sha256-37L+wiCuzoo4WLq7k8XWAqTU0+yiSojwHRiXHZK+ObU=";
rev = "a9dc00e807fc891d096ca8cbb3c129a13c90f717";
hash = "sha256-nyR6Gt8AsM4cbM1701TAX5Q9Xk2cYKmP4JCn8ejS+9g=";
};
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-2025-01-19";
version = "0-unstable-2025-01-21";
src = src;
# passthru only nixpkgs-wayland's own packages -- not the whole nixpkgs-with-nixpkgs-wayland-as-overlay: