terraform-local: 0.21.0 -> 0.22.0 (#409021)

This commit is contained in:
Nick Cao
2025-05-20 21:02:43 -04:00
committed by GitHub
+2 -2
View File
@@ -5,12 +5,12 @@
}:
python3Packages.buildPythonApplication rec {
pname = "terraform_local";
version = "0.21.0";
version = "0.22.0";
pyproject = true;
src = fetchPypi {
inherit pname version;
hash = "sha256-W9Q4jWCaoUYpsVlVjtPasOf3/LYjltFDgkq1c2Dxy9s=";
hash = "sha256-lySrMYN++TDSfMV7CevORhL0MzjM8sELqVGN3kBwMZ8=";
};
build-system = with python3Packages; [ setuptools ];