Unverified Commit 4f6ef08c authored by Gaétan Lepage's avatar Gaétan Lepage Committed by GitHub
Browse files

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

parents 54be11f1 d2d2a54f
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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;