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

cfspeedtest: 1.2.1 -> 1.2.2
This commit is contained in:
Nick Cao 2024-03-07 09:45:30 -05:00 committed by GitHub
commit df0bc0762e
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.1";
version = "1.2.2";
src = fetchFromGitHub {
owner = "code-inflation";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-sGBEVmiVa9jWlirtmP+lhXNVN2X9Pv/oS9KhiuaOMl8=";
hash = "sha256-0BX9nEhSyYY/fDJHZOw0URLPIXZGRGZyXB1Tm8GX1/A=";
};
cargoHash = "sha256-/Ajlo6nr36GF5jyyuKdQe5HajETMsuEWbXxaszrcj0Y=";
cargoHash = "sha256-GNoYLps6OaA3Ubb0nG6hQfe6r52lhnIb19n1PLCsbXs=";
meta = with lib; {
description = "Unofficial CLI for speed.cloudflare.com";