Unverified Commit 615490b3 authored by Yt's avatar Yt Committed by GitHub
Browse files

Merge pull request #309895 from jpds/vector-0.38.0

vector: 0.37.1 → 0.38.0
parents ef81dcac 9f58e682
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 = [