Commit 7ff0d485 authored by R. RyanTM's avatar R. RyanTM
Browse files

cloud-init: 23.2 -> 23.2.1

parent 04e78fe7
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -16,14 +16,14 @@

python3.pkgs.buildPythonApplication rec {
  pname = "cloud-init";
  version = "23.2";
  version = "23.2.1";
  namePrefix = "";

  src = fetchFromGitHub {
    owner = "canonical";
    repo = "cloud-init";
    rev = "refs/tags/${version}";
    hash = "sha256-/bhezXS5GunlgID7e/QaTC4UsQ2hDvS5HnG8Wphk64k=";
    hash = "sha256-2e05ExF6JOeFR0BUd/iCIYV0XoKTgoI7xz20GQ/bmO4=";
  };

  patches = [