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

cloudlog: 2.7.6 -> 2.8.1

parent 2c1e21b3
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.7.6";
  version = "2.8.1";

  src = fetchFromGitHub {
    owner = "magicbug";
    repo = "Cloudlog";
    rev = version;
    hash = "sha256-p9PmWRKvKGGZrexZJwYtb+LYto9npZ606QVo4pvDBak=";
    hash = "sha256-F8iEs7pQmdzQFajg+auA9cAvVzeL7fE1Zk/xXXO7xOQ=";
  };

  postPatch = ''