cfspeedtest: 1.2.4 -> 1.2.5

This commit is contained in:
R. Ryantm 2024-07-16 15:18:23 +00:00
parent b64e7d2266
commit d7d910f066

View File

@ -6,16 +6,16 @@
rustPlatform.buildRustPackage rec { rustPlatform.buildRustPackage rec {
pname = "cfspeedtest"; pname = "cfspeedtest";
version = "1.2.4"; version = "1.2.5";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "code-inflation"; owner = "code-inflation";
repo = pname; repo = pname;
rev = "refs/tags/v${version}"; rev = "refs/tags/v${version}";
hash = "sha256-55g3dskYlAJNnoLwjTL0XvpDIk2l53EQ+CZ1MzhuxNI="; hash = "sha256-rJTECX6JgIoOFpUWK4jYF6duGfhFn6SCNsHzotq5Fhg=";
}; };
cargoHash = "sha256-lTYiL5kCm9NClN4YjIlHz6aQlEwrESE25lOdJGkLMDA="; cargoHash = "sha256-XVXHVkwkVYaETN4NAcZkoSQJJK3FxuD4uk7hll47pLM=";
meta = with lib; { meta = with lib; {
description = "Unofficial CLI for speed.cloudflare.com"; description = "Unofficial CLI for speed.cloudflare.com";