Unverified Commit 3469abe2 authored by Weijia Wang's avatar Weijia Wang Committed by GitHub
Browse files

Merge pull request #314912 from r-ryantm/auto-update/reindeer

reindeer: 2024.05.13.00 -> 2024.05.20.00
parents 5a398e16 8155c2b1
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -11,7 +11,7 @@

rustPlatform.buildRustPackage rec {
  pname = "reindeer";
  version = "2024.05.13.00";
  version = "2024.05.20.00";

  src = fetchFromGitHub {
    owner = "facebookincubator";
@@ -20,7 +20,7 @@ rustPlatform.buildRustPackage rec {
    hash = "sha256-yXHBcb4/IsT39x4J5baJ8JdgG+riJACr8DKpDdi6ARw=";
  };

  cargoHash = "sha256-PYIeXKAuYhb6OARuefYZwP9OgPMvcoKnEnbVUztBqDY=";
  cargoHash = "sha256-8+3sjN0v/XfDlVu8vvi2DoyrECaR9SA6XeKb6AZ+6XQ=";

  nativeBuildInputs = [ pkg-config ];
  buildInputs =