cloud-init: 24.1 -> 24.2

This commit is contained in:
R. Ryantm 2024-07-07 02:16:31 +00:00
parent 8f3b38daf2
commit 87b894e18e

View File

@ -16,7 +16,7 @@
python3.pkgs.buildPythonApplication rec {
pname = "cloud-init";
version = "24.1";
version = "24.2";
pyproject = true;
namePrefix = "";
@ -25,7 +25,7 @@ python3.pkgs.buildPythonApplication rec {
owner = "canonical";
repo = "cloud-init";
rev = "refs/tags/${version}";
hash = "sha256-gcqo8q3BxxqXU7WnoOnTgTJ3QHF9h/p20zTJUhsCL2A=";
hash = "sha256-BhTcOeSKZ1XRIx+xJQkqkSw9M8ilr+BRKXDy5MUXB6E=";
};
patches = [