nixpkgs-wayland: 2025-03-29 -> 2025-03-30

This commit is contained in:
2025-03-30 05:39:17 +00:00
parent 1cc630b7bb
commit fa4a2c84c8

View File

@@ -7,8 +7,8 @@ let
src = fetchFromGitHub {
owner = "nix-community";
repo = "nixpkgs-wayland";
rev = "aab8b5ed952193947dfa7d41cd907286e4255856";
hash = "sha256-E7I4OKHnq3DyOeMIXyJkLro4/ucJgMjp88Kc/CbI/pA=";
rev = "22c29e35f7363db2df111f3aa460b381c5701598";
hash = "sha256-yShWvQLd3uSOfyQEtrcz1k/J5LhoyoQt/Mnp4J+0LIg=";
};
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-03-29";
version = "0-unstable-2025-03-30";
src = src;
# passthru only nixpkgs-wayland's own packages -- not the whole nixpkgs-with-nixpkgs-wayland-as-overlay: