Merge pull request #291718 from r-ryantm/auto-update/cloud-init

cloud-init: 23.4.3 -> 23.4.4
This commit is contained in:
Mario Rodas 2024-03-01 07:20:27 -05:00 committed by GitHub
commit 4849355399
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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 = [