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

cfspeedtest: 1.3.0 -> 1.3.1 (#386375)

parents 68574ccb bd23fa0e
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -7,17 +7,17 @@

rustPlatform.buildRustPackage rec {
  pname = "cfspeedtest";
  version = "1.3.0";
  version = "1.3.1";

  src = fetchFromGitHub {
    owner = "code-inflation";
    repo = pname;
    tag = "v${version}";
    hash = "sha256-7FKUP6ZCIGmP/WX6lUwrUT7QEVo/LGJz46ZmqPeRTW8=";
    hash = "sha256-86PZlTwqplKCVZl6IG2Qch+IMdfiTfpBhdNf00XIXbU=";
  };

  useFetchCargoVendor = true;
  cargoHash = "sha256-vp6+rdF6YVzeuAkLFnnkQFlc3gxqZn9MDGLIbiMpIwE=";
  cargoHash = "sha256-54gIhBuVl77NDGotbgcOJsPxZL3XdJBnDEDbNpbVSNk=";

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