Merge pull request #148834 from r-ryantm/auto-update/yq

yq: 2.12.2 -> 2.13.0
This commit is contained in:
figsoda 2021-12-05 22:34:30 -05:00 committed by GitHub
commit 02336c5c5f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,11 +11,11 @@
buildPythonPackage rec {
pname = "yq";
version = "2.12.2";
version = "2.13.0";
src = fetchPypi {
inherit pname version;
sha256 = "2f156d0724b61487ac8752ed4eaa702a5737b804d5afa46fa55866951cd106d2";
sha256 = "sha256-/RMf2x9WcWrY1EzZ6q99OyLTm6iGHqZKQJzD9K4mPbg=";
};
patches = [