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

cloud-init: 23.4.1 -> 23.4.2
This commit is contained in:
Nikolay Korotkiy
2024-01-27 18:31:34 +04:00
committed by GitHub
@@ -17,14 +17,14 @@
python3.pkgs.buildPythonApplication rec {
pname = "cloud-init";
version = "23.4.1";
version = "23.4.2";
namePrefix = "";
src = fetchFromGitHub {
owner = "canonical";
repo = "cloud-init";
rev = "refs/tags/${version}";
hash = "sha256-jdL5xDQTmz1ppVr2+fX76tiscGazw5L7Q0/uQF6+ogM=";
hash = "sha256-Ae6xvXZR2ikriYekZbHfXG7iL0LlT7exwaaGt5odplg=";
};
patches = [