kolla: 20.1.0 -> 20.2.0

This commit is contained in:
R. Ryantm
2025-09-22 22:10:03 +00:00
parent d0eb1f662f
commit df667d54ae
+2 -2
View File
@@ -7,14 +7,14 @@
python3Packages.buildPythonApplication rec {
pname = "kolla";
version = "20.1.0";
version = "20.2.0";
pyproject = true;
src = fetchFromGitHub {
owner = "openstack";
repo = "kolla";
tag = version;
hash = "sha256-vVP9EwxAY2NBSciPSOvVaoCu85QVdFduY5aXPUI03XI=";
hash = "sha256-aqYEzBphzwB42Z0HmnCPQlV71dOi3yLKh+zL2dMTaB8=";
};
postPatch = ''