cloud-init: 23.2 -> 23.2.1

This commit is contained in:
R. Ryantm 2023-06-28 09:52:06 +00:00
parent 04e78fe7e9
commit 7ff0d48560

View File

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