about summary refs log tree commit diff
path: root/pkgs/tools
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2024-02-05 04:16:49 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2024-02-05 04:16:49 +0000
commit3e3726a2d416dff1f6ab1997c8d9a2a257af3c3b (patch)
treee6b9e026f482bdd4a530a9851c13b1b0ae9bd852 /pkgs/tools
parent4888d2428dd1864029acc7f4419fb30adc07be26 (diff)
downloadnixlib-3e3726a2d416dff1f6ab1997c8d9a2a257af3c3b.tar
nixlib-3e3726a2d416dff1f6ab1997c8d9a2a257af3c3b.tar.gz
nixlib-3e3726a2d416dff1f6ab1997c8d9a2a257af3c3b.tar.bz2
nixlib-3e3726a2d416dff1f6ab1997c8d9a2a257af3c3b.tar.lz
nixlib-3e3726a2d416dff1f6ab1997c8d9a2a257af3c3b.tar.xz
nixlib-3e3726a2d416dff1f6ab1997c8d9a2a257af3c3b.tar.zst
nixlib-3e3726a2d416dff1f6ab1997c8d9a2a257af3c3b.zip
cfspeedtest: 1.2.0 -> 1.2.1
Diffstat (limited to 'pkgs/tools')
-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 72c62053ac46..27889841a2e7 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.0";
+  version = "1.2.1";
 
   src = fetchFromGitHub {
     owner = "code-inflation";
     repo = pname;
     rev = "refs/tags/v${version}";
-    hash = "sha256-/Msm5odr0K4yxkfc54nVrVxtaBhoerBymFrfOP8zigU=";
+    hash = "sha256-sGBEVmiVa9jWlirtmP+lhXNVN2X9Pv/oS9KhiuaOMl8=";
   };
 
-  cargoHash = "sha256-JqFX9RbyjZqp9rp2ZNA1XlOCUQ5I4aGvv4UsWVtsvQ0=";
+  cargoHash = "sha256-/Ajlo6nr36GF5jyyuKdQe5HajETMsuEWbXxaszrcj0Y=";
 
   meta = with lib; {
     description = "Unofficial CLI for speed.cloudflare.com";