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

cloud-init: 23.3.1 -> 23.3.3
This commit is contained in:
Mario Rodas 2023-10-26 05:20:11 -05:00 committed by GitHub
commit 0c4654d09a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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