cloudlog: 2.3 -> 2.3.3

This commit is contained in:
Matt Melling 2023-01-25 17:55:01 +00:00
parent 17631ae82d
commit a95f6361bf
No known key found for this signature in database
GPG Key ID: 6D94F6DB60A64FFE

View File

@ -6,13 +6,13 @@
stdenvNoCC.mkDerivation rec {
name = "cloudlog";
version = "2.3";
version = "2.3.3";
src = fetchFromGitHub {
owner = "magicbug";
repo = "Cloudlog";
rev = version;
sha256 = "sha256-IepCeV/mYy/GEzRTXf67LYQQaN5Rj5Z77KaF2l30r60=";
sha256 = "sha256-9m7BuUNdGeKqi8pzeW2J9zpxShulpynCwJJGkRFkBa4=";
};
postPath = ''