neovim-unwrapped: 0.11.1 -> 0.11.2

https://github.com/neovim/neovim/releases/tag/v0.11.2
This commit is contained in:
Adam C. Stephens 2025-05-30 13:03:06 +00:00
parent 0c18cd14c4
commit 6521a81b43
No known key found for this signature in database

View file

@ -95,7 +95,7 @@ stdenv.mkDerivation (
in in
{ {
pname = "neovim-unwrapped"; pname = "neovim-unwrapped";
version = "0.11.1"; version = "0.11.2";
__structuredAttrs = true; __structuredAttrs = true;
@ -103,7 +103,7 @@ stdenv.mkDerivation (
owner = "neovim"; owner = "neovim";
repo = "neovim"; repo = "neovim";
tag = "v${finalAttrs.version}"; tag = "v${finalAttrs.version}";
hash = "sha256-kJvKyNjpqIKa5aBi62jHTCb1KxQ4YgYtBh/aNYZSeO8="; hash = "sha256-sNunEdIFrSMqYaNg0hbrSXALRQXxFkdDOl/hhX1L1WA=";
}; };
patches = [ patches = [