Unverified Commit 8c419da8 authored by Philip Taron's avatar Philip Taron Committed by GitHub
Browse files

mitm-cache: 0.1.1 -> 0.1.2 (#385279)

parents 4ca1a5cd 406600f5
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -12,13 +12,13 @@

rustPlatform.buildRustPackage rec {
  pname = "mitm-cache";
  version = "0.1.1";
  version = "0.1.2";

  src = fetchFromGitHub {
    owner = "chayleaf";
    repo = "mitm-cache";
    rev = "v${version}";
    hash = "sha256-l9dnyA4Zo4jlbiCMRzUqW3NkiploVpmvxz9i896JkXU=";
    hash = "sha256-eY8mgmQB8wXQ7YJbLvdjXEEgGD+/RDywjvehJYf7ckE=";
  };

  buildInputs = lib.optionals stdenv.hostPlatform.isDarwin [
@@ -26,7 +26,7 @@ rustPlatform.buildRustPackage rec {
  ];

  useFetchCargoVendor = true;
  cargoHash = "sha256-6554Tf5W+7OFQw8Zm4yBQ2/rHm31MQ0Q+vTbnmZTGMQ=";
  cargoHash = "sha256-DTPlPCumkVI2naYoNdO8T3pQNSawBA0FZ9LxVpqKqN0=";

  setupHook = replaceVars ./setup-hook.sh {
    inherit openssl;