Merge pull request #327681 from r-ryantm/auto-update/cfspeedtest

cfspeedtest: 1.2.4 -> 1.2.5
This commit is contained in:
Nick Cao 2024-07-16 18:51:15 -04:00 committed by GitHub
commit cf91f77bff
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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