nixpkgs-wayland: 2024-09-08 -> 2024-09-13

This commit is contained in:
2024-09-14 18:51:01 +00:00
parent 0ffb67b77e
commit 52b71b5ef3

View File

@@ -7,8 +7,8 @@ let
src = fetchFromGitHub {
owner = "nix-community";
repo = "nixpkgs-wayland";
rev = "eff092a10dcbe2898d9edc77d315c9a759252fde";
hash = "sha256-qXDPzEY6uqLlie1dsp4Dbb7ExfSyHy81YKtWNphO/xo=";
rev = "92fa386ec5cf8c76b6218a49026f509cfb78bd73";
hash = "sha256-ledUIaZziQAWFXpn74WSm2arRYJCFOSt4cSqI3miaUw=";
};
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-2024-09-08";
version = "0-unstable-2024-09-13";
src = src;
# passthru only nixpkgs-wayland's own packages -- not the whole nixpkgs-with-nixpkgs-wayland-as-overlay: