Unverified Commit 069ba8e7 authored by Gaétan Lepage's avatar Gaétan Lepage Committed by GitHub
Browse files

neovim: 0.11.0 -> 0.11.1 (#402095)

parents 4e77eb75 ff32164f
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -95,7 +95,7 @@ stdenv.mkDerivation (
  in
  {
    pname = "neovim-unwrapped";
    version = "0.11.0";
    version = "0.11.1";

    __structuredAttrs = true;

@@ -103,7 +103,7 @@ stdenv.mkDerivation (
      owner = "neovim";
      repo = "neovim";
      tag = "v${finalAttrs.version}";
      hash = "sha256-UVMRHqyq3AP9sV79EkPUZnVkj0FpbS+XDPPOppp2yFE=";
      hash = "sha256-kJvKyNjpqIKa5aBi62jHTCb1KxQ4YgYtBh/aNYZSeO8=";
    };

    patches = [