summary refs log tree commit diff
path: root/pkgs/tools/networking/socat/2.0.0-b3.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/tools/networking/socat/2.0.0-b3.nix')
-rw-r--r--pkgs/tools/networking/socat/2.0.0-b3.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/pkgs/tools/networking/socat/2.0.0-b3.nix b/pkgs/tools/networking/socat/2.0.0-b3.nix
index 098a2d241df0..6567e5dfcc40 100644
--- a/pkgs/tools/networking/socat/2.0.0-b3.nix
+++ b/pkgs/tools/networking/socat/2.0.0-b3.nix
@@ -1,4 +1,8 @@
 args : with args; 
+let 
+  version = "2.0.0-b3"; 
+  patches = [];
+in
 rec {
   src = /* Here a fetchurl expression goes */
         fetchurl {