about summary refs log tree commit diff
diff options
context:
space:
mode:
authorCasey Ransom <casey.ransom@lookout.com>2015-10-08 14:56:21 -0400
committerCasey Ransom <casey.ransom@lookout.com>2015-10-08 17:13:32 -0400
commit8b8f87cf21d6a1e454eb525ff3728cc74bde364a (patch)
tree69d6dfe43333813771382592e5933e95f6c1d9c1
parentb2588adb6eb20dfab266e8804123b5f8b6b1128d (diff)
downloadnixlib-8b8f87cf21d6a1e454eb525ff3728cc74bde364a.tar
nixlib-8b8f87cf21d6a1e454eb525ff3728cc74bde364a.tar.gz
nixlib-8b8f87cf21d6a1e454eb525ff3728cc74bde364a.tar.bz2
nixlib-8b8f87cf21d6a1e454eb525ff3728cc74bde364a.tar.lz
nixlib-8b8f87cf21d6a1e454eb525ff3728cc74bde364a.tar.xz
nixlib-8b8f87cf21d6a1e454eb525ff3728cc74bde364a.tar.zst
nixlib-8b8f87cf21d6a1e454eb525ff3728cc74bde364a.zip
jq: 1.4 -> 1.5
-rw-r--r--pkgs/development/tools/jq/default.nix7
1 files changed, 3 insertions, 4 deletions
diff --git a/pkgs/development/tools/jq/default.nix b/pkgs/development/tools/jq/default.nix
index 76e74d7623e9..61c4a498c6d6 100644
--- a/pkgs/development/tools/jq/default.nix
+++ b/pkgs/development/tools/jq/default.nix
@@ -3,11 +3,10 @@ let
   s = # Generated upstream information
   rec {
     baseName="jq";
-    version="1.4";
+    version="1.5";
     name="${baseName}-${version}";
-    hash="17dk17h7qj6xpnsbc09qwsqkm6r7jhqbfkjvwq246yxmpsx4334r";
-    url="http://stedolan.github.io/jq/download/source/jq-1.4.tar.gz";
-    sha256="17dk17h7qj6xpnsbc09qwsqkm6r7jhqbfkjvwq246yxmpsx4334r";
+    url="https://github.com/stedolan/jq/releases/download/jq-1.5/jq-1.5.tar.gz";
+    sha256="0g29kyz4ykasdcrb0zmbrp2jqs9kv1wz9swx849i2d1ncknbzln4";
   };
   buildInputs = [
   ];