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

cloud-init: 23.1.1 -> 23.1.2
This commit is contained in:
Weijia Wang 2023-04-27 21:51:34 +03:00 committed by GitHub
commit 694aa199cd
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.1.1";
version = "23.1.2";
namePrefix = "";
src = fetchFromGitHub {
owner = "canonical";
repo = "cloud-init";
rev = "refs/tags/${version}";
hash = "sha256-w1UP7JIt/+6UlASB8kv2Lil+1sMTDIrADoYOT/WtaeE=";
hash = "sha256-tn4flcrf04hVWhqkmK4qDenXcnV93pP+C+8J63b6FXQ=";
};
patches = [ ./0001-add-nixos-support.patch ./0002-Add-Udhcpc-support.patch ];