Unverified Commit d11eed40 authored by Mario Rodas's avatar Mario Rodas Committed by GitHub
Browse files

Merge pull request #270733 from mattmelling/cloudlog-2.5.2

cloudlog: 2.5.1 -> 2.5.2
parents caa32ccb ce95d592
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.5.1";
  version = "2.5.2";

  src = fetchFromGitHub {
    owner = "magicbug";
    repo = "Cloudlog";
    rev = version;
    hash = "sha256-wFtMMphHz8JBX4hpgD85wn4G7Qs4/nwRcrW12A1tQm4=";
    hash = "sha256-0l4/isk2DKZ0HBxeuUN+RqB3o/3fWdhFSFCnQ2OiO6Y=";
  };

  postPatch = ''