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

This commit is contained in:
2025-03-28 05:30:13 +00:00
parent f459f921b7
commit d2623272ae

View File

@@ -7,8 +7,8 @@ let
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "nix-community"; owner = "nix-community";
repo = "nixpkgs-wayland"; repo = "nixpkgs-wayland";
rev = "2a300c12e53cc93a4c8b06e29407793f87b2c928"; rev = "2f35d8c8520bfb249bbb2a8401ffbf87828ac8ab";
hash = "sha256-mtxJpjhBr1OWwApxSmpUfvqI0TPCZysk6TrRf/IyE9A="; hash = "sha256-s6CqOCUZ+A66uWr8MGUniWsTulbIVinSUMMu5cicH/I=";
}; };
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-2025-03-27"; version = "0-unstable-2025-03-28";
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: