Merge pull request #289537 from mfrw/mfrw/gping-1.16.1

gping: 1.16.0 -> 1.16.1
This commit is contained in:
Nick Cao 2024-02-17 10:12:49 -05:00 committed by GitHub
commit b4256991c7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -10,16 +10,16 @@
rustPlatform.buildRustPackage rec {
pname = "gping";
version = "1.16.0";
version = "1.16.1";
src = fetchFromGitHub {
owner = "orf";
repo = "gping";
rev = "gping-v${version}";
hash = "sha256-t9USry3I6tc8EKsfkq28/hPJMbaf0BqqOdzCl3oXd60=";
hash = "sha256-hCqjbJt0dHuvFsWEF/WgLEPY2xws71wFGdhzThYOOvA=";
};
cargoHash = "sha256-QERmZOyC4U6ZpCkL7ap5MRvPEE2vqK/tD+CrBLg07J0=";
cargoHash = "sha256-3jpQ8ANg9WYK1Q5Hph6fK442e5f9dsLQbTMBEwTaENc=";
buildInputs = lib.optionals stdenv.isDarwin [ libiconv Security ];