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

cloudlog: 2.6.10 -> 2.6.11
This commit is contained in:
Matthias Beyer 2024-05-13 18:51:32 +02:00 committed by GitHub
commit eb078122bf
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.10";
version = "2.6.11";
src = fetchFromGitHub {
owner = "magicbug";
repo = "Cloudlog";
rev = version;
hash = "sha256-VPiv/Df4dasiYUBA6UHrxBczmGAqzhQkPrknzSYJxAE=";
hash = "sha256-9JGhMCypoKOh1Gy1DdK7nrma+L4sJsYN/iuNhBPmHPA=";
};
postPatch = ''