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

cloud-init: 23.4.2 -> 23.4.3
This commit is contained in:
maxine 2024-02-06 18:48:32 +01:00 committed by GitHub
commit e0afa7062e
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.2";
version = "23.4.3";
namePrefix = "";
src = fetchFromGitHub {
owner = "canonical";
repo = "cloud-init";
rev = "refs/tags/${version}";
hash = "sha256-Ae6xvXZR2ikriYekZbHfXG7iL0LlT7exwaaGt5odplg=";
hash = "sha256-oYZr0Zvo6hn9sWtgSAGgfK2stHO247f0WUbzIIWUP18=";
};
patches = [