about summary refs log tree commit diff
path: root/pkgs/tools/networking/cfspeedtest
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2024-03-07 01:22:58 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2024-03-07 01:22:58 +0000
commit9930877757b9a5c0b660ed2c31344cfd7b4cd60c (patch)
treeab2e8c6b05e569e741903d29c1b02e73b666b30b /pkgs/tools/networking/cfspeedtest
parentf32e786e98f0dc9cbf46a47f8cf79a9c57f6b777 (diff)
cfspeedtest: 1.2.1 -> 1.2.2
Diffstat (limited to 'pkgs/tools/networking/cfspeedtest')
-rw-r--r--pkgs/tools/networking/cfspeedtest/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/tools/networking/cfspeedtest/default.nix b/pkgs/tools/networking/cfspeedtest/default.nix
index f6b3c59d58640..fcde1b5803784 100644
--- a/pkgs/tools/networking/cfspeedtest/default.nix
+++ b/pkgs/tools/networking/cfspeedtest/default.nix
@@ -6,16 +6,16 @@
 
 rustPlatform.buildRustPackage rec {
   pname = "cfspeedtest";
-  version = "1.2.1";
+  version = "1.2.2";
 
   src = fetchFromGitHub {
     owner = "code-inflation";
     repo = pname;
     rev = "refs/tags/v${version}";
-    hash = "sha256-sGBEVmiVa9jWlirtmP+lhXNVN2X9Pv/oS9KhiuaOMl8=";
+    hash = "sha256-0BX9nEhSyYY/fDJHZOw0URLPIXZGRGZyXB1Tm8GX1/A=";
   };
 
-  cargoHash = "sha256-/Ajlo6nr36GF5jyyuKdQe5HajETMsuEWbXxaszrcj0Y=";
+  cargoHash = "sha256-GNoYLps6OaA3Ubb0nG6hQfe6r52lhnIb19n1PLCsbXs=";
 
   meta = with lib; {
     description = "Unofficial CLI for speed.cloudflare.com";