Unverified Commit 9bcbe437 authored by Matt Melling's avatar Matt Melling
Browse files

cloudlog: 2.4.5 -> 2.4.8

parent 8ddac5f5
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.4.5";
  version = "2.4.8";

  src = fetchFromGitHub {
    owner = "magicbug";
    repo = "Cloudlog";
    rev = version;
    sha256 = "sha256-L68jk49lGw9LNSqIPlDp2WHoQhn8UBW6VDZwsCtjTQI=";
    sha256 = "sha256-LY8kTZooBzwrrruCjwdiNhxjrmIDV4N2HcfhbSSe6o4=";
  };

  postPath = ''