neovim-qt: bump
This commit is contained in:
parent
2f5aa92bb9
commit
4c948bf59a
12
nvim05.nix
12
nvim05.nix
@ -5,19 +5,13 @@
|
||||
|
||||
nixpkgs.config.packageOverrides = pkgs: with pkgs; {
|
||||
neovim-qt-unwrapped = neovim-qt-unwrapped.overrideDerivation (_: {
|
||||
version = "0.2.17.9999";
|
||||
src = fetchFromGitHub {
|
||||
owner = "equalsraf";
|
||||
repo = "neovim-qt";
|
||||
rev = "0eba7a06093ca0427f2700129332a361a0209be5";
|
||||
sha256 = "sha256-iF1DlJK3GnghZmyaFXXR5Wyvv8Y6kVuXegkInj2+sT4=";
|
||||
rev = "67cc4e414a8e64a475e55230818fab0f78415634";
|
||||
sha256 = "sha256-3jYYY7T7L4rMsxIxJwY32izmlJKrrqbmU4DZ2Aow5uE=";
|
||||
};
|
||||
|
||||
patches = [
|
||||
(fetchpatch {
|
||||
url = "https://github.com/equalsraf/neovim-qt/commit/56ad7e54a27f1bed2fcbe9e3bf22f9394360c722.patch";
|
||||
sha256 = "sha256-WgqEZUdKuHieKmTCBYBpO9PjjxLfSi0Slaf70ZHWHY4=";
|
||||
})
|
||||
];
|
||||
});
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user