diff options
Diffstat (limited to 'pkgs/cfspeedtest.nix')
| -rw-r--r-- | pkgs/cfspeedtest.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/cfspeedtest.nix b/pkgs/cfspeedtest.nix index 2946c67..be357c5 100644 --- a/pkgs/cfspeedtest.nix +++ b/pkgs/cfspeedtest.nix @@ -5,13 +5,13 @@ }: rustPlatform.buildRustPackage rec { pname = "cfspeedtest"; - version = "1.0.3"; + version = "1.1.1"; src = fetchFromGitHub { owner = "code-inflation"; repo = pname; rev = "v${version}"; - sha256 = "sha256-FgxSx0atSx3FccgjiO8OZ4j4IjkTpToGSViZyS3s8Cw="; + sha256 = "sha256-YF/jf1TzNW1QswNefQ4qKeXDyjFoN9/AWcjoeENCgvc="; }; cargoLock = { |
