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

cloudlog: 2.6.2 -> 2.6.3
This commit is contained in:
Mario Rodas 2024-02-03 08:21:18 -05:00 committed by GitHub
commit a036323452
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.2";
version = "2.6.3";
src = fetchFromGitHub {
owner = "magicbug";
repo = "Cloudlog";
rev = version;
hash = "sha256-1V3btXYozgT22KiihZgUiZIktV2Y7IXJgoq7bn16ikk=";
hash = "sha256-axulZxMSgpBtF2cUCUWiVdiEOAalvo6RNtG4xpEmC7o=";
};
postPatch = ''