neovim[-unwrapped]: 0.12.0 -> 0.12.1

This commit is contained in:
c6rg0
2026-04-06 15:37:13 +01:00
committed by Gaetan Lepage
parent ae921939fc
commit c02cfe212c
+2 -2
View File
@@ -101,7 +101,7 @@ stdenv.mkDerivation (
in
{
pname = "neovim-unwrapped";
version = "0.12.0";
version = "0.12.1";
__structuredAttrs = true;
@@ -109,7 +109,7 @@ stdenv.mkDerivation (
owner = "neovim";
repo = "neovim";
tag = "v${finalAttrs.version}";
hash = "sha256-uWhrGAwQ2nnAkyJ46qGkYxJ5K1jtyUIQOAVu3yTlquk=";
hash = "sha256-cbFM5TKGmhEDsdhMvGzMyn0Js0MJwdMwXDkzQcdw/TM=";
};
strictDeps = true;