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

cloud-init: 23.2.1 -> 23.2.2
This commit is contained in:
Weijia Wang 2023-08-02 20:06:17 +02:00 committed by GitHub
commit 30f8d7a56b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -16,14 +16,14 @@
python3.pkgs.buildPythonApplication rec {
pname = "cloud-init";
version = "23.2.1";
version = "23.2.2";
namePrefix = "";
src = fetchFromGitHub {
owner = "canonical";
repo = "cloud-init";
rev = "refs/tags/${version}";
hash = "sha256-2e05ExF6JOeFR0BUd/iCIYV0XoKTgoI7xz20GQ/bmO4=";
hash = "sha256-lOeLVgT/qTB6JhRcLv9QIfNLMnMyNlUp3dMCqva9Tes=";
};
patches = [