wayfire: 0.8.0 -> 0.8.1

This commit is contained in:
rewine 2024-03-18 14:02:52 +08:00
parent 3d837aa34b
commit e15c4cb465
2 changed files with 3 additions and 3 deletions

View File

@ -26,14 +26,14 @@
stdenv.mkDerivation (finalAttrs: {
pname = "wayfire";
version = "0.8.0";
version = "0.8.1";
src = fetchFromGitHub {
owner = "WayfireWM";
repo = "wayfire";
rev = "v${finalAttrs.version}";
fetchSubmodules = true;
hash = "sha256-YI8N1rY71b2ulv7tAdah7sibG4qq3kY0/hyS0cls5to=";
hash = "sha256-OPGzPy0I6i3TvmA5KSWDb4Lsf66zM5X+Akckgs3wk2o=";
};
nativeBuildInputs = [

View File

@ -35902,7 +35902,7 @@ with pkgs;
weave-gitops = callPackage ../applications/networking/cluster/weave-gitops { };
wayfire = callPackage ../applications/window-managers/wayfire/default.nix {
wlroots = wlroots_0_16;
wlroots = wlroots_0_17;
};
wf-config = callPackage ../applications/window-managers/wayfire/wf-config.nix { };