Skip to content

Commit

Permalink
Merge pull request #51405 from dylex/master
Browse files Browse the repository at this point in the history
jq: fix download hash
  • Loading branch information
rasendubi authored Dec 2, 2018
2 parents 8480738 + 7875c34 commit 92a8711
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/development/tools/jq/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ stdenv.mkDerivation rec {

src = fetchurl {
url="https://github.com/stedolan/jq/releases/download/jq-${version}/jq-${version}.tar.gz";
sha256="1a76f46a652i2g333kfvrl6mp2w7whf6h1yly519izg4y967h9cn";
sha256="0wmapfskhzfwranf6515nzmm84r7kwljgfs7dg6bjgxakbicis2x";
};

outputs = [ "bin" "doc" "man" "dev" "lib" "out" ];
Expand Down

0 comments on commit 92a8711

Please sign in to comment.