mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-08-26 02:05:02 +00:00
tcptrack: fix invalid unstable version scheme (#556405)
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
|
||||
stdenv.mkDerivation (finalAttrs: {
|
||||
pname = "tcptrack";
|
||||
version = "unstable-2017-04-29";
|
||||
version = "1.4.3-unstable-2017-04-29";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "bchretien";
|
||||
|
||||
Reference in New Issue
Block a user