nixpkgs-wayland: 2025-08-27 -> 2025-08-28

This commit is contained in:
2025-08-28 16:00:27 +00:00
parent 0c443fae25
commit 94289c2253

View File

@@ -7,8 +7,8 @@ let
src = fetchFromGitHub {
owner = "nix-community";
repo = "nixpkgs-wayland";
rev = "e17d5ee5c85384d098637971e18829d5580a3102";
hash = "sha256-ldfBNHSQcL9D05Ctkulnq657n6U3QQa4HB2Ym21fEyw=";
rev = "9d72e7fb798cc10d895ccdaecb3f389642da7f95";
hash = "sha256-RrsHuCKuDiNIFNqGwTulMCwYu2osu/zFvVZHCxiTuUI=";
};
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-08-27";
version = "0-unstable-2025-08-28";
src = src;
# passthru only nixpkgs-wayland's own packages -- not the whole nixpkgs-with-nixpkgs-wayland-as-overlay: