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

cfspeedtest: 1.1.2 -> 1.1.3

authored by colemickens.tngl.sh and committed by

GitHub f2efc7f4 132ce512

+3 -3
+3 -3
pkgs/tools/networking/cfspeedtest/default.nix
··· 6 7 rustPlatform.buildRustPackage rec { 8 pname = "cfspeedtest"; 9 - version = "1.1.2"; 10 11 src = fetchFromGitHub { 12 owner = "code-inflation"; 13 repo = pname; 14 rev = "refs/tags/v${version}"; 15 - hash = "sha256-uQe9apG4SdFEUT2aOrzF2C8bbrl0fOiqnMZrWDQvbxk="; 16 }; 17 18 - cargoSha256 = "sha256-wJmLUPXGSg90R92iW9R02r3E3e7XU1gJwd8IqIC+QMA="; 19 20 meta = with lib; { 21 description = "Unofficial CLI for speed.cloudflare.com";
··· 6 7 rustPlatform.buildRustPackage rec { 8 pname = "cfspeedtest"; 9 + version = "1.1.3"; 10 11 src = fetchFromGitHub { 12 owner = "code-inflation"; 13 repo = pname; 14 rev = "refs/tags/v${version}"; 15 + hash = "sha256-ZbE8/mh9hb81cGz0Wxq3gTa9BueKfQApeq5z2DGUak0="; 16 }; 17 18 + cargoHash = "sha256-+cKQkogZc4iIIVMyHtbS44DNkCKD2cWkVN2o9m+WFbM="; 19 20 meta = with lib; { 21 description = "Unofficial CLI for speed.cloudflare.com";