Merge pull request #212676 from mattmelling/cloudlog-2.3.3

cloudlog: 2.3 -> 2.3.3
This commit is contained in:
Nick Cao 2023-01-26 10:36:51 +08:00 committed by GitHub
commit 4a7a205906
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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 = ''