Unverified Commit b968413d authored by R. RyanTM's avatar R. RyanTM Committed by illustris
Browse files

cloud-init: 23.3.3 -> 23.4

parent 11f76344
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.3.3";
  version = "23.4";
  namePrefix = "";

  src = fetchFromGitHub {
    owner = "canonical";
    repo = "cloud-init";
    rev = "refs/tags/${version}";
    hash = "sha256-49UvGrv40hyR3A2BndlQKwQqCC1ZaLm97IUKNW12sJo=";
    hash = "sha256-mmeJZL9PnFxVakjF6P3HuoXHTvyvAILfkHtPrHRFuIU=";
  };

  patches = [