Merge pull request #277872 from r-ryantm/auto-update/cloudlog

cloudlog: 2.5.2 -> 2.6.2
This commit is contained in:
Thiago Kenji Okada 2024-01-09 13:17:08 +00:00 committed by GitHub
commit 8da5db83cd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,13 +8,13 @@
stdenvNoCC.mkDerivation rec {
pname = "cloudlog";
version = "2.5.2";
version = "2.6.2";
src = fetchFromGitHub {
owner = "magicbug";
repo = "Cloudlog";
rev = version;
hash = "sha256-0l4/isk2DKZ0HBxeuUN+RqB3o/3fWdhFSFCnQ2OiO6Y=";
hash = "sha256-1V3btXYozgT22KiihZgUiZIktV2Y7IXJgoq7bn16ikk=";
};
postPatch = ''