Unverified Commit c8144bb5 authored by illustris's avatar illustris
Browse files

cloud-init: 23.3 -> 23.4.1

parent 409782d0
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 = [