cloudlog: 2.8.7 -> 2.8.8

This commit is contained in:
R. Ryantm
2026-02-24 01:11:24 +00:00
parent 39e1a1ffe4
commit b25de8d86f
+2 -2
View File
@@ -9,13 +9,13 @@
stdenvNoCC.mkDerivation rec {
pname = "cloudlog";
version = "2.8.7";
version = "2.8.8";
src = fetchFromGitHub {
owner = "magicbug";
repo = "Cloudlog";
rev = version;
hash = "sha256-/zMZbM9TvFMZTUkAN4wqutZ+YQA9sVtdXZwEGISm6NA=";
hash = "sha256-Mr5418UTU44glFSvo1abKcjHQJRMQCgHcWsh/Kabr9Y=";
};
postPatch = ''