neovim-unwrapped: 0.12.1 -> 0.12.2 (#512445)

This commit is contained in:
Gaétan Lepage
2026-04-23 14:39:58 +00:00
committed by GitHub
+2 -2
View File
@@ -105,7 +105,7 @@ stdenv.mkDerivation (
in
{
pname = "neovim-unwrapped";
version = "0.12.1";
version = "0.12.2";
__structuredAttrs = true;
@@ -113,7 +113,7 @@ stdenv.mkDerivation (
owner = "neovim";
repo = "neovim";
tag = "v${finalAttrs.version}";
hash = "sha256-cbFM5TKGmhEDsdhMvGzMyn0Js0MJwdMwXDkzQcdw/TM=";
hash = "sha256-V+jZiNv0SvG/GOOUPzmBkOQGrnrN3UW2BY2n9NxP2Eg=";
};
strictDeps = true;