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

cloudlog: 2.6.12 -> 2.6.13
This commit is contained in:
Matthias Beyer 2024-05-26 14:06:38 +02:00 committed by GitHub
commit a65371cfc5
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.12";
version = "2.6.13";
src = fetchFromGitHub {
owner = "magicbug";
repo = "Cloudlog";
rev = version;
hash = "sha256-djY+TqkA+YFCmUwZd1x4YeJDOS6ZtxDb4EhBmyftSzI=";
hash = "sha256-jhg6Rdd/QhsKZHaeE/2Rh0o0uLD5Jd+3mfXmkpbFcEM=";
};
postPatch = ''