We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87021fc commit ce2e8e7Copy full SHA for ce2e8e7
1 file changed
pkgs/by-name/ne/neovim-unwrapped/package.nix
@@ -101,15 +101,15 @@ stdenv.mkDerivation (
101
in
102
{
103
pname = "neovim-unwrapped";
104
- version = "0.12.0";
+ version = "0.12.1";
105
106
__structuredAttrs = true;
107
108
src = fetchFromGitHub {
109
owner = "neovim";
110
repo = "neovim";
111
tag = "v${finalAttrs.version}";
112
- hash = "sha256-uWhrGAwQ2nnAkyJ46qGkYxJ5K1jtyUIQOAVu3yTlquk=";
+ hash = "sha256-cbFM5TKGmhEDsdhMvGzMyn0Js0MJwdMwXDkzQcdw/TM=";
113
};
114
115
strictDeps = true;
0 commit comments