Merge pull request #288367 from r-ryantm/auto-update/speedtest-rs

speedtest-rs: 0.1.4 -> 0.1.5
This commit is contained in:
Maximilian Bosch 2024-02-12 22:18:12 +01:00 committed by GitHub
commit 415b9285ca
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -9,13 +9,13 @@
rustPlatform.buildRustPackage rec {
pname = "speedtest-rs";
version = "0.1.4";
version = "0.1.5";
src = fetchFromGitHub {
owner = "nelsonjchen";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-/d6A+Arlcc3SCKPSkYXwvqY2BRyAbA33Ah+GddHcc5M=";
hash = "sha256-JKthXrosqDZh6CWEqT08h3ySPZulitDol7lX3Eo7orM=";
};
buildInputs = [ openssl ] ++
@ -23,7 +23,7 @@ rustPlatform.buildRustPackage rec {
nativeBuildInputs = [ pkg-config ];
cargoSha256 = "sha256-4TJEM+oMjx/aaZgY2Y679pYFTdEWWFpWDYrK/o2b5UM=";
cargoHash = "sha256-kUXHC/qXgukaUqaBykXB2ZWmfQEjzJuIyemr1ogVX1U=";
meta = with lib; {
description = "Command line internet speedtest tool written in rust";