jq: 1.7 -> 1.7.1

https://github.com/jqlang/jq/releases/tag/jq-1.7.1
This commit is contained in:
Naïm Favier 2023-12-13 21:04:49 +01:00
parent 163738d06f
commit 8e9003456f
No known key found for this signature in database
GPG Key ID: 95AFCE8211908325

View File

@ -10,12 +10,12 @@
stdenv.mkDerivation rec {
pname = "jq";
version = "1.7";
version = "1.7.1";
# Note: do not use fetchpatch or fetchFromGitHub to keep this package available in __bootPackages
src = fetchurl {
url = "https://github.com/jqlang/jq/releases/download/jq-${version}/jq-${version}.tar.gz";
hash = "sha256-QCoNaXXZRub05ITRqEMgQUoP+Ots9J0sEdFE1NNE22I=";
hash = "sha256-R4ycoSn9LjRD/icxS0VeIR4NjGC8j/ffcDhz3u7lgMI=";
};
outputs = [ "bin" "doc" "man" "dev" "lib" "out" ];