cloudlog: 2.8.8 -> 2.8.9

This commit is contained in:
R. Ryantm
2026-03-20 10:14:46 +00:00
parent f57e1a41ba
commit 5f5799b8f7
+2 -2
View File
@@ -9,13 +9,13 @@
stdenvNoCC.mkDerivation rec {
pname = "cloudlog";
version = "2.8.8";
version = "2.8.9";
src = fetchFromGitHub {
owner = "magicbug";
repo = "Cloudlog";
rev = version;
hash = "sha256-Mr5418UTU44glFSvo1abKcjHQJRMQCgHcWsh/Kabr9Y=";
hash = "sha256-vq4mt0/Bfd+VR/2Inj8oJteIV9V7v0uiLmRMkpV2wI8=";
};
postPatch = ''