Unverified Commit fe49e88d authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

viceroy: 0.11.0 -> 0.12.0 (#339433)

parents aad391f3 fa1fe37f
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -2,18 +2,18 @@

rustPlatform.buildRustPackage rec {
  pname = "viceroy";
  version = "0.11.0";
  version = "0.12.0";

  src = fetchFromGitHub {
    owner = "fastly";
    repo = pname;
    rev = "v${version}";
    hash = "sha256-8Vfi/lHkaUvp6szSrqHaewXUWZ9Rb0oQdc8tuBFlvLI=";
    hash = "sha256-0jED0Ju7ojqDxfEjZKmWuCfGR830/gJF5p+QtcVajIY=";
  };

  buildInputs = lib.optional stdenv.isDarwin Security;

  cargoHash = "sha256-3HhNFcNo/TNnAOLARtVnN/Moh2/8cdW7cn7MTahR18g=";
  cargoHash = "sha256-rSZe/MrJlbB0oaAsKg38mEnS3pqe9Rk4/aoRuLlOUFc=";

  cargoTestFlags = [
    "--package viceroy-lib"