Skip to content

Commit

Permalink
cfspeedtest: 1.2.5 -> 1.2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Aug 29, 2024
1 parent b4f7fb7 commit dd8ed47
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/tools/networking/cfspeedtest/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down

0 comments on commit dd8ed47

Please sign in to comment.