Unverified Commit e69c0d69 authored by Matt Melling's avatar Matt Melling
Browse files

cloudlog: 2.3.3. -> 2.4

parent eaf54489
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -7,13 +7,13 @@

stdenvNoCC.mkDerivation rec {
  name = "cloudlog";
  version = "2.3.3";
  version = "2.4";

  src = fetchFromGitHub {
    owner = "magicbug";
    repo = "Cloudlog";
    rev = version;
    sha256 = "sha256-9m7BuUNdGeKqi8pzeW2J9zpxShulpynCwJJGkRFkBa4=";
    sha256 = "sha256-aF1f6EmlcUgZOkHJgrW6P923QW56vWMH8CZ4cnYiiSk=";
  };

  postPath = ''