From bd23fa0e826ce711cd59d1c5cc676f31be725f09 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Sun, 2 Mar 2025 12:44:16 +0000 Subject: [PATCH] cfspeedtest: 1.3.0 -> 1.3.1 --- pkgs/by-name/cf/cfspeedtest/package.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/by-name/cf/cfspeedtest/package.nix b/pkgs/by-name/cf/cfspeedtest/package.nix index 0bc3502945d4..41b5e6f4bdf6 100644 --- a/pkgs/by-name/cf/cfspeedtest/package.nix +++ b/pkgs/by-name/cf/cfspeedtest/package.nix @@ -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";