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

cfspeedtest: 1.2.3 -> 1.2.4
This commit is contained in:
Nick Cao 2024-05-24 09:00:53 -04:00 committed by GitHub
commit 3649a3157f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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