cloud-init: 23.1.1 -> 23.1.2

This commit is contained in:
R. Ryantm 2023-04-27 13:29:38 +00:00
parent 79b49e4147
commit 4f855640e1

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 ];