Unverified Commit 9f58e682 authored by Jonathan Davies's avatar Jonathan Davies
Browse files

vector: 0.37.1 → 0.38.0

parent c6f30e65
Loading
Loading
Loading
Loading
+722 −624

File changed.

Preview size limit exceeded, changes collapsed.

+2 −2
Original line number Diff line number Diff line
@@ -37,7 +37,7 @@

let
  pname = "vector";
  version = "0.37.1";
  version = "0.38.0";
in
rustPlatform.buildRustPackage {
  inherit pname version;
@@ -46,7 +46,7 @@ rustPlatform.buildRustPackage {
    owner = "vectordotdev";
    repo = pname;
    rev = "v${version}";
    hash = "sha256-wRXwgy+UY2z5fIWpQbDxRti54GE357WMGWXM/xKjz18=";
    hash = "sha256-sJgryN6/XaM1qXxv76/5RGanUpBYxIsGYGToOCXDvwA=";
  };

  patches = [