Update pkgs/development/tools/misc/tcptrack/default.nix

Co-authored-by: Jörg Thalheim <Mic92@users.noreply.github.com>
This commit is contained in:
Sergei Trofimovich 2021-12-11 08:31:13 +00:00 committed by GitHub
parent 4f1f0e5451
commit 1b1d7bfb5f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,7 +2,7 @@
stdenv.mkDerivation rec {
pname = "tcptrack";
version = "1.4.3+unstable=2017-04-29";
version = "unstable-2017-04-29";
src = fetchFromGitHub {
owner = "bchretien";