cfspeedtest: 1.2.0 -> 1.2.1

This commit is contained in:
R. Ryantm
2024-02-05 04:16:49 +00:00
parent 4888d2428d
commit 3e3726a2d4
@@ -6,16 +6,16 @@
rustPlatform.buildRustPackage rec {
pname = "cfspeedtest";
version = "1.2.0";
version = "1.2.1";
src = fetchFromGitHub {
owner = "code-inflation";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-/Msm5odr0K4yxkfc54nVrVxtaBhoerBymFrfOP8zigU=";
hash = "sha256-sGBEVmiVa9jWlirtmP+lhXNVN2X9Pv/oS9KhiuaOMl8=";
};
cargoHash = "sha256-JqFX9RbyjZqp9rp2ZNA1XlOCUQ5I4aGvv4UsWVtsvQ0=";
cargoHash = "sha256-/Ajlo6nr36GF5jyyuKdQe5HajETMsuEWbXxaszrcj0Y=";
meta = with lib; {
description = "Unofficial CLI for speed.cloudflare.com";