Skip to content

Commit ce2e8e7

Browse files
c6rg0GaetanLepage
authored andcommitted
neovim[-unwrapped]: 0.12.0 -> 0.12.1
1 parent 87021fc commit ce2e8e7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pkgs/by-name/ne/neovim-unwrapped/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,15 +101,15 @@ stdenv.mkDerivation (
101101
in
102102
{
103103
pname = "neovim-unwrapped";
104-
version = "0.12.0";
104+
version = "0.12.1";
105105

106106
__structuredAttrs = true;
107107

108108
src = fetchFromGitHub {
109109
owner = "neovim";
110110
repo = "neovim";
111111
tag = "v${finalAttrs.version}";
112-
hash = "sha256-uWhrGAwQ2nnAkyJ46qGkYxJ5K1jtyUIQOAVu3yTlquk=";
112+
hash = "sha256-cbFM5TKGmhEDsdhMvGzMyn0Js0MJwdMwXDkzQcdw/TM=";
113113
};
114114

115115
strictDeps = true;

0 commit comments

Comments
 (0)