cloudlog: 2.6.4 -> 2.6.5

This commit is contained in:
R. Ryantm 2024-02-21 05:58:37 +00:00
parent fd643e9c97
commit e9495f7dc5

@ -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 = ''