nixpkgs-wayland: 2025-06-12 -> 2025-06-13

This commit is contained in:
2025-06-13 19:02:04 +00:00
parent 3d90e2a606
commit 980a62ecfc

View File

@@ -7,8 +7,8 @@ let
src = fetchFromGitHub {
owner = "nix-community";
repo = "nixpkgs-wayland";
rev = "c48f407d1f0fa71d89221d48dabd5f6abc7dabba";
hash = "sha256-nhQ8ZZdyzHbKUYOVWp4vtRouG3kBB0QMVT6tqGlfC5I=";
rev = "1d166878d07a0fd22a23b0598c87c10986e93d8a";
hash = "sha256-ciA9zNADLoKP4Z9nwClE0rSBk3Egb4QWftDDttOscLE=";
};
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-06-12";
version = "0-unstable-2025-06-13";
src = src;
# passthru only nixpkgs-wayland's own packages -- not the whole nixpkgs-with-nixpkgs-wayland-as-overlay: