Update jq

This commit is contained in:
Michael Raskin 2014-06-10 09:41:48 +04:00
parent b7b58f90d8
commit 99d59d8094

View File

@ -3,11 +3,11 @@ let
s = # Generated upstream information s = # Generated upstream information
rec { rec {
baseName="jq"; baseName="jq";
version="1.3"; version="1.4";
name="${baseName}-${version}"; name="${baseName}-${version}";
hash="1mzy9cj3d19y1m56mwk6slls543gnlhz8302hmnxkhdzdb1j6gv2"; hash="17dk17h7qj6xpnsbc09qwsqkm6r7jhqbfkjvwq246yxmpsx4334r";
url="http://stedolan.github.io/jq/download/source/jq-1.3.tar.gz"; url="http://stedolan.github.io/jq/download/source/jq-1.4.tar.gz";
sha256="1mzy9cj3d19y1m56mwk6slls543gnlhz8302hmnxkhdzdb1j6gv2"; sha256="17dk17h7qj6xpnsbc09qwsqkm6r7jhqbfkjvwq246yxmpsx4334r";
}; };
buildInputs = [ buildInputs = [
]; ];