chore(flake): update inputs

This commit is contained in:
Felix Schröter 2021-11-22 10:55:14 +01:00
parent 75570d67df
commit 33cab5d19e
No known key found for this signature in database
GPG key ID: 910ACB9F6BD26F58
3 changed files with 28 additions and 41 deletions

View file

@ -68,16 +68,6 @@
};
buildInputs = old.buildInputs ++ [ self.wayland-protocols ];
});
xwayland = super.xwayland.overrideAttrs (old: rec {
version = "21.1.3";
src = self.fetchFromGitLab {
domain = "gitlab.freedesktop.org";
owner = "xorg";
repo = "xserver";
rev = "xwayland-21.1.3";
sha256 = "VnFzKyxg/6gVBg+bHTwDbUwCQHWt04gmiaAFLSwg7XA=";
};
});
};
neovim = self: super:
let