cloudlog: 2.3.3. -> 2.4

This commit is contained in:
Matt Melling 2023-02-20 16:12:56 +00:00
parent eaf5448944
commit e69c0d6910
No known key found for this signature in database
GPG Key ID: 6D94F6DB60A64FFE

View File

@ -7,13 +7,13 @@
stdenvNoCC.mkDerivation rec {
name = "cloudlog";
version = "2.3.3";
version = "2.4";
src = fetchFromGitHub {
owner = "magicbug";
repo = "Cloudlog";
rev = version;
sha256 = "sha256-9m7BuUNdGeKqi8pzeW2J9zpxShulpynCwJJGkRFkBa4=";
sha256 = "sha256-aF1f6EmlcUgZOkHJgrW6P923QW56vWMH8CZ4cnYiiSk=";
};
postPath = ''