Unverified Commit cf91f77b authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

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

cfspeedtest: 1.2.4 -> 1.2.5
parents 863e0bd0 d7d910f0
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -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";