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

cloudlog: 2.6.14 -> 2.6.15
This commit is contained in:
Matthias Beyer 2024-06-30 19:29:28 +02:00 committed by GitHub
commit 8409eeda7f
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.14";
version = "2.6.15";
src = fetchFromGitHub {
owner = "magicbug";
repo = "Cloudlog";
rev = version;
hash = "sha256-nsn/pvlFRDGUnm/X5pyzlKWgP6OlfVn3Mdj6vOJZMWQ=";
hash = "sha256-G+PnzyOG/HZ8I66BHdtK0GOUF7ATrTYpzM9sVaSjMDQ=";
};
postPatch = ''