summary refs log tree commit diff
path: root/pkgs/development/tools/jq/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/tools/jq/default.nix')
-rw-r--r--pkgs/development/tools/jq/default.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/pkgs/development/tools/jq/default.nix b/pkgs/development/tools/jq/default.nix
index 39819db47de..feeb22e1d44 100644
--- a/pkgs/development/tools/jq/default.nix
+++ b/pkgs/development/tools/jq/default.nix
@@ -66,6 +66,5 @@ stdenv.mkDerivation rec {
     platforms = with platforms; linux ++ darwin;
     downloadPage = "http://stedolan.github.io/jq/download/";
     updateWalker = true;
-    inherit version;
   };
 }