nixpkgs-wayland: 2025-03-19 -> 2025-03-20

This commit is contained in:
2025-03-20 14:51:23 +00:00
parent 4d8aef47dd
commit 6c9766c96b

View File

@@ -7,8 +7,8 @@ let
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "nix-community"; owner = "nix-community";
repo = "nixpkgs-wayland"; repo = "nixpkgs-wayland";
rev = "fb93069376e2a4219329fa74b178bf04c9a48e8b"; rev = "518194f025ae6b7ee0d96a3f10f704ab9970a5bc";
hash = "sha256-CNlqp8HmLah+JBrhox2BatH7guHz5qhBM3sSIh/Q9DY="; hash = "sha256-CkTNh16UEb54nveApH+1gV0iUG1wb89E+M9RkEWK4FA=";
}; };
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-19"; version = "0-unstable-2025-03-20";
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: