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

cloudlog: 2.6.11 -> 2.6.12
This commit is contained in:
Matthias Beyer 2024-05-22 18:03:10 +02:00 committed by GitHub
commit 68cd833601
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.11";
version = "2.6.12";
src = fetchFromGitHub {
owner = "magicbug";
repo = "Cloudlog";
rev = version;
hash = "sha256-9JGhMCypoKOh1Gy1DdK7nrma+L4sJsYN/iuNhBPmHPA=";
hash = "sha256-djY+TqkA+YFCmUwZd1x4YeJDOS6ZtxDb4EhBmyftSzI=";
};
postPatch = ''