mitm-cache: 0.1.1 -> 0.1.2

This commit is contained in:
R. Ryantm
2025-02-26 13:47:47 +00:00
parent eab9aa8fae
commit 406600f5f7
+3 -3
View File
@@ -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;