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

cloudlog: 2.6.5 -> 2.6.6
This commit is contained in:
Weijia Wang 2024-03-17 15:27:57 +01:00 committed by GitHub
commit 6a957b4747
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -8,13 +8,13 @@
stdenvNoCC.mkDerivation rec {
pname = "cloudlog";
version = "2.6.5";
version = "2.6.6";
src = fetchFromGitHub {
owner = "magicbug";
repo = "Cloudlog";
rev = version;
hash = "sha256-RxA0joF+hqIL+eElVVwG0kxvzxkt3YsFaomf9GIHtCw=";
hash = "sha256-wq7CCf+IJ7BpbLwXBemDrsqXy2dHITubQKNR2bUfqW0=";
};
postPatch = ''