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

This commit is contained in:
2025-03-31 15:36:41 +00:00
parent f0fbf78b1a
commit e618eb4258

View File

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