cloud-init: 23.4.3 -> 23.4.4

This commit is contained in:
R. Ryantm 2024-02-27 02:58:35 +00:00
parent e256f39bec
commit c1ccf3e36c

@ -17,14 +17,14 @@
python3.pkgs.buildPythonApplication rec {
pname = "cloud-init";
version = "23.4.3";
version = "23.4.4";
namePrefix = "";
src = fetchFromGitHub {
owner = "canonical";
repo = "cloud-init";
rev = "refs/tags/${version}";
hash = "sha256-oYZr0Zvo6hn9sWtgSAGgfK2stHO247f0WUbzIIWUP18=";
hash = "sha256-imA3C2895W4vbBT9TsELT1H9QfNIxntNQLsniv+/FGg=";
};
patches = [