about summary refs log tree commit diff
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2018-06-13 09:05:40 -0700
committerxeji <36407913+xeji@users.noreply.github.com>2018-06-13 18:05:40 +0200
commitd707021f234a7d8f3d216b6db2f9a74f523ba92f (patch)
tree56a58734828a534d10884cec3593f90303c26d9b
parenta8e867f9905b65adb6448d84c1a35c35fb6a2e87 (diff)
downloadnixlib-d707021f234a7d8f3d216b6db2f9a74f523ba92f.tar
nixlib-d707021f234a7d8f3d216b6db2f9a74f523ba92f.tar.gz
nixlib-d707021f234a7d8f3d216b6db2f9a74f523ba92f.tar.bz2
nixlib-d707021f234a7d8f3d216b6db2f9a74f523ba92f.tar.lz
nixlib-d707021f234a7d8f3d216b6db2f9a74f523ba92f.tar.xz
nixlib-d707021f234a7d8f3d216b6db2f9a74f523ba92f.tar.zst
nixlib-d707021f234a7d8f3d216b6db2f9a74f523ba92f.zip
yq: 2.5.0 -> 2.6.0 (#41926)
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/yq/versions.

These checks were done:

- built on NixOS
- /nix/store/11iw84skak8ag78s93klhmn4mhz1v3qh-yq-2.6.0/bin/.xq-wrapped passed the binary check.
- /nix/store/11iw84skak8ag78s93klhmn4mhz1v3qh-yq-2.6.0/bin/xq passed the binary check.
- /nix/store/11iw84skak8ag78s93klhmn4mhz1v3qh-yq-2.6.0/bin/.yq-wrapped passed the binary check.
- /nix/store/11iw84skak8ag78s93klhmn4mhz1v3qh-yq-2.6.0/bin/yq passed the binary check.
- 4 of 4 passed binary check by having a zero exit code.
- 4 of 4 passed binary check by having the new version present in output.
- found 2.6.0 with grep in /nix/store/11iw84skak8ag78s93klhmn4mhz1v3qh-yq-2.6.0
- directory tree listing: https://gist.github.com/d6c1ce31dff71d43e23d27c6d98e1925
- du listing: https://gist.github.com/a08a8e4ca7caa376a53ad39da72ba921
-rw-r--r--pkgs/development/tools/yq/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/tools/yq/default.nix b/pkgs/development/tools/yq/default.nix
index 201e85985d82..52231d0a8318 100644
--- a/pkgs/development/tools/yq/default.nix
+++ b/pkgs/development/tools/yq/default.nix
@@ -2,7 +2,7 @@
 
 buildPythonApplication rec {
   pname = "yq";
-  version = "2.5.0";
+  version = "2.6.0";
 
   propagatedBuildInputs = [ pyyaml xmltodict jq ];
 
@@ -11,7 +11,7 @@ buildPythonApplication rec {
 
   src = fetchPypi {
     inherit pname version;
-    sha256 = "e9fd2aa32defcd051058e3b6f665873282aa4eed19e11b1db94fe70847535d4c";
+    sha256 = "0wyzg6lwxmzqsblljg9hddkadda7qdpw54sp0pmmbv89hhz7cky6";
   };
 
   meta = with lib; {