cloud-init: 23.3 -> 23.4.1

This commit is contained in:
illustris 2024-01-03 23:47:04 +05:30
parent 409782d025
commit c8144bb597
No known key found for this signature in database
GPG Key ID: 56C8FC0B899FEFA3

View File

@ -17,14 +17,14 @@
python3.pkgs.buildPythonApplication rec {
pname = "cloud-init";
version = "23.4";
version = "23.4.1";
namePrefix = "";
src = fetchFromGitHub {
owner = "canonical";
repo = "cloud-init";
rev = "refs/tags/${version}";
hash = "sha256-mmeJZL9PnFxVakjF6P3HuoXHTvyvAILfkHtPrHRFuIU=";
hash = "sha256-jdL5xDQTmz1ppVr2+fX76tiscGazw5L7Q0/uQF6+ogM=";
};
patches = [