mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-06-05 21:03:40 +00:00
tcping-rs: 1.2.26 -> 1.2.27
This commit is contained in:
@@ -7,16 +7,16 @@
|
||||
|
||||
rustPlatform.buildRustPackage (finalAttrs: {
|
||||
pname = "tcping-rs";
|
||||
version = "1.2.26";
|
||||
version = "1.2.27";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "lvillis";
|
||||
repo = "tcping-rs";
|
||||
tag = finalAttrs.version;
|
||||
hash = "sha256-qcvoV57t36c230p7KRec9CBIb+F+dVeGU4EVs0DrREM=";
|
||||
hash = "sha256-7VbuSGT1EGHvKoccLfd8Y5TBaPIMKzZ9eaCVrZPNz34=";
|
||||
};
|
||||
|
||||
cargoHash = "sha256-Y+Hv4oWHTzC/8DQ6/wQ3QLtDy/rqQs+89x312cYOpKY=";
|
||||
cargoHash = "sha256-O94qItpOhLyWxdj7TXljacMbufbYGZw4F5FRS/o7qME=";
|
||||
|
||||
checkFlags = [
|
||||
# This test requires external network access
|
||||
|
||||
Reference in New Issue
Block a user