cloud-init: 23.3.3 -> 23.4

This commit is contained in:
R. Ryantm 2023-12-11 08:26:51 +00:00 committed by illustris
parent 11f7634453
commit b968413db9
No known key found for this signature in database
GPG Key ID: 56C8FC0B899FEFA3

View File

@ -17,14 +17,14 @@
python3.pkgs.buildPythonApplication rec {
pname = "cloud-init";
version = "23.3.3";
version = "23.4";
namePrefix = "";
src = fetchFromGitHub {
owner = "canonical";
repo = "cloud-init";
rev = "refs/tags/${version}";
hash = "sha256-49UvGrv40hyR3A2BndlQKwQqCC1ZaLm97IUKNW12sJo=";
hash = "sha256-mmeJZL9PnFxVakjF6P3HuoXHTvyvAILfkHtPrHRFuIU=";
};
patches = [