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

cloudlog: 2.6.7 -> 2.6.8
This commit is contained in:
Weijia Wang 2024-04-12 10:15:06 +02:00 committed by GitHub
commit 2f1816ec74
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -8,13 +8,13 @@
stdenvNoCC.mkDerivation rec {
pname = "cloudlog";
version = "2.6.7";
version = "2.6.8";
src = fetchFromGitHub {
owner = "magicbug";
repo = "Cloudlog";
rev = version;
hash = "sha256-blWMfe/eqeccGE5dWVJWV7L1akWnhO3t5n8HbjlJIcA=";
hash = "sha256-8D8owjONUMpRpFqKvmxKERCprvHQ1DCavNfqW9VTKAE=";
};
postPatch = ''