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

cloudlog: 2.6.3 -> 2.6.4
This commit is contained in:
OTABI Tomoya 2024-02-19 23:08:57 +09:00 committed by GitHub
commit d6e2d76958
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.3";
version = "2.6.4";
src = fetchFromGitHub {
owner = "magicbug";
repo = "Cloudlog";
rev = version;
hash = "sha256-axulZxMSgpBtF2cUCUWiVdiEOAalvo6RNtG4xpEmC7o=";
hash = "sha256-5QY3llgI2wUp7xQssLMgU5CDx42rNLm77/vNnPv15r4=";
};
postPatch = ''