mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
Update jq
This commit is contained in:
parent
b7b58f90d8
commit
99d59d8094
1 changed files with 4 additions and 4 deletions
|
@ -3,11 +3,11 @@ let
|
|||
s = # Generated upstream information
|
||||
rec {
|
||||
baseName="jq";
|
||||
version="1.3";
|
||||
version="1.4";
|
||||
name="${baseName}-${version}";
|
||||
hash="1mzy9cj3d19y1m56mwk6slls543gnlhz8302hmnxkhdzdb1j6gv2";
|
||||
url="http://stedolan.github.io/jq/download/source/jq-1.3.tar.gz";
|
||||
sha256="1mzy9cj3d19y1m56mwk6slls543gnlhz8302hmnxkhdzdb1j6gv2";
|
||||
hash="17dk17h7qj6xpnsbc09qwsqkm6r7jhqbfkjvwq246yxmpsx4334r";
|
||||
url="http://stedolan.github.io/jq/download/source/jq-1.4.tar.gz";
|
||||
sha256="17dk17h7qj6xpnsbc09qwsqkm6r7jhqbfkjvwq246yxmpsx4334r";
|
||||
};
|
||||
buildInputs = [
|
||||
];
|
||||
|
|
Loading…
Reference in a new issue