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
co-authored by Jörg Thalheim
parent 4f1f0e5451
commit 1b1d7bfb5f
@@ -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";