summaryrefslogtreecommitdiff
path: root/pkgs
diff options
context:
space:
mode:
authorseth <[email protected]>2023-09-14 08:40:27 -0400
committerseth <[email protected]>2023-09-14 17:52:14 -0400
commit3e6dca9d8aa30b6b44bb5fbb8aa59fcb7eb4fe0c (patch)
treeb2f33104036f495eb18bf9a033dfcac943c0b64e /pkgs
parent932c3b6034cb402a7c62fd8fb510cdabfeec6b6a (diff)
pkgs/cfspeedtest: 1.0.3 -> 1.1.1
Diff: https://github.com/code-inflation/cfspeedtest/compare/v1.0.3...v1.1.1
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/cfspeedtest.nix4
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 = {