cloud-init: 23.2.1 -> 23.2.2

This commit is contained in:
R. Ryantm 2023-08-02 08:58:50 +00:00
parent 26f7e30132
commit f354d2a093

View file

@ -16,14 +16,14 @@
python3.pkgs.buildPythonApplication rec {
pname = "cloud-init";
version = "23.2.1";
version = "23.2.2";
namePrefix = "";
src = fetchFromGitHub {
owner = "canonical";
repo = "cloud-init";
rev = "refs/tags/${version}";
hash = "sha256-2e05ExF6JOeFR0BUd/iCIYV0XoKTgoI7xz20GQ/bmO4=";
hash = "sha256-lOeLVgT/qTB6JhRcLv9QIfNLMnMyNlUp3dMCqva9Tes=";
};
patches = [