Merge pull request #115848 from r-ryantm/auto-update/gping

gping: 1.2.0-post -> 1.2.1
This commit is contained in:
Mario Rodas 2021-03-10 22:01:09 -05:00 committed by GitHub
commit a0d12a2669
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,16 +5,16 @@
rustPlatform.buildRustPackage rec {
pname = "gping";
version = "1.2.0-post";
version = "1.2.1";
src = fetchFromGitHub {
owner = "orf";
repo = "gping";
rev = "v${version}";
sha256 = "0h4cd36lrhr64p3m2l7yvkq22h8fzzm3g61m39d303s1viibm6dg";
sha256 = "sha256-lApm1JLXNjDKLj6zj25OaZDVp7lLW3qyrDsvJrudl8I=";
};
cargoSha256 = "0aadalgs5p7wqbbkidm49ccfl716xairb4pirrgm3749zdg55bi9";
cargoSha256 = "sha256-2PxhtAqROgufVGGH7VtEJJU6Sa2OrGbbMVRUWYbAD0Q=";
meta = with lib; {
description = "Ping, but with a graph";