nixpkgs-wayland: 2025-04-22 -> 2025-04-23

This commit is contained in:
2025-04-23 16:14:17 +00:00
parent 110fddc026
commit 826483d4c2

View File

@@ -7,8 +7,8 @@ let
src = fetchFromGitHub {
owner = "nix-community";
repo = "nixpkgs-wayland";
rev = "8a78d80a8c4cc54eebde8319a58ea6a0c9979a92";
hash = "sha256-vhG1MQwCQn+q3ukstAwvO4ElH+E/kAF34wLgFWys1dc=";
rev = "397618f37bf8020cd91f2ee07898e796a508fe31";
hash = "sha256-1KSenC0fvvBOl9goJbN2HWnE1oi/8xLnPEWb2NK/HEo=";
};
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-04-22";
version = "0-unstable-2025-04-23";
src = src;
# passthru only nixpkgs-wayland's own packages -- not the whole nixpkgs-with-nixpkgs-wayland-as-overlay: