Commit 6b6d099d authored by R. RyanTM's avatar R. RyanTM
Browse files

cloudlog: 2.8.1 -> 2.8.2

parent f0a33ba8
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.1";
  version = "2.8.2";

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

  postPatch = ''