Commit afa11c82 authored by R. RyanTM's avatar R. RyanTM
Browse files

cloudlog: 2.6.10 -> 2.6.11

parent 2f935060
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -8,13 +8,13 @@

stdenvNoCC.mkDerivation rec {
  pname = "cloudlog";
  version = "2.6.10";
  version = "2.6.11";

  src = fetchFromGitHub {
    owner = "magicbug";
    repo = "Cloudlog";
    rev = version;
    hash = "sha256-VPiv/Df4dasiYUBA6UHrxBczmGAqzhQkPrknzSYJxAE=";
    hash = "sha256-9JGhMCypoKOh1Gy1DdK7nrma+L4sJsYN/iuNhBPmHPA=";
  };

  postPatch = ''