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

cloudlog: 2.6.4 -> 2.6.5
This commit is contained in:
Nick Cao
2024-02-21 10:16:32 -05:00
committed by GitHub
+2 -2
View File
@@ -8,13 +8,13 @@
stdenvNoCC.mkDerivation rec {
pname = "cloudlog";
version = "2.6.4";
version = "2.6.5";
src = fetchFromGitHub {
owner = "magicbug";
repo = "Cloudlog";
rev = version;
hash = "sha256-5QY3llgI2wUp7xQssLMgU5CDx42rNLm77/vNnPv15r4=";
hash = "sha256-RxA0joF+hqIL+eElVVwG0kxvzxkt3YsFaomf9GIHtCw=";
};
postPatch = ''