Unverified Commit 61809bc0 authored by Vladimír Čunát's avatar Vladimír Čunát Committed by GitHub
Browse files

vim: 9.2.0106 -> 9.2.0340 (#510019)

parents 57b12067 9ee15cb2
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -4,7 +4,7 @@
  stdenv,
}:
rec {
  version = "9.2.0106";
  version = "9.2.0340";

  outputs = [
    "out"
@@ -15,7 +15,7 @@ rec {
    owner = "vim";
    repo = "vim";
    rev = "v${version}";
    hash = "sha256-byOf2Gr1vA7xQw3YHV454te1QrVxRy3sXrLdFUp2XRg=";
    hash = "sha256-jCnOVIafx+0o1nlHv7QJQrmxs1IAxh9BBshDOFdZdCM=";
  };

  enableParallelBuilding = true;