Commit 181d2c9c authored by R. RyanTM's avatar R. RyanTM
Browse files

cloudlog: 2.8.9 -> 2.8.10

parent 70e270e7
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -9,13 +9,13 @@

stdenvNoCC.mkDerivation rec {
  pname = "cloudlog";
  version = "2.8.9";
  version = "2.8.10";

  src = fetchFromGitHub {
    owner = "magicbug";
    repo = "Cloudlog";
    rev = version;
    hash = "sha256-vq4mt0/Bfd+VR/2Inj8oJteIV9V7v0uiLmRMkpV2wI8=";
    hash = "sha256-i/0GNVLvF0jHF83Ee9GCo80xeHoQb18OLmSZL++OTEo=";
  };

  postPatch = ''