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

cfspeedtest: 1.2.5 -> 1.2.6 (#338173)

parents 0ad1b1b0 dd8ed47b
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.5";
  version = "1.2.6";

  src = fetchFromGitHub {
    owner = "code-inflation";
    repo = pname;
    rev = "refs/tags/v${version}";
    hash = "sha256-rJTECX6JgIoOFpUWK4jYF6duGfhFn6SCNsHzotq5Fhg=";
    hash = "sha256-K/rotb4rgYKOF1Gvgb8uPfHCAyYqwcvyU26ZlKGxHcs=";
  };

  cargoHash = "sha256-XVXHVkwkVYaETN4NAcZkoSQJJK3FxuD4uk7hll47pLM=";
  cargoHash = "sha256-clIMlnLXL4ciD1H0LNSLH/ooKIfoZy9D/RDvoSHfG+I=";

  meta = with lib; {
    description = "Unofficial CLI for speed.cloudflare.com";