yq: 2.11.1 -> 2.12.0

This commit is contained in:
Tim Steinbach 2021-02-09 08:55:41 -05:00
parent 69919929d5
commit 70464fe020
No known key found for this signature in database
GPG Key ID: 1B40229F19262402

View File

@ -17,11 +17,11 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "yq"; pname = "yq";
version = "2.11.1"; version = "2.12.0";
src = fetchPypi { src = fetchPypi {
inherit pname version; inherit pname version;
sha256 = "1q4rky0a6n4izmq7slb91a54g8swry1xrbfqxwc8lkd3hhvlxxkl"; sha256 = "sha256-HSrUA1BNMGtSWLhsaY+YVtetWLe7F6K4dWkaanuMTCA=";
}; };
patches = [ patches = [