cloudlog: 2.8.9 -> 2.8.10

This commit is contained in:
R. Ryantm
2026-03-29 13:23:50 +00:00
parent 70e270e754
commit 181d2c9c7a
+2 -2
View File
@@ -9,13 +9,13 @@
stdenvNoCC.mkDerivation rec {
pname = "cloudlog";
version = "2.8.9";
version = "2.8.10";
src = fetchFromGitHub {
owner = "magicbug";
repo = "Cloudlog";
rev = version;
hash = "sha256-vq4mt0/Bfd+VR/2Inj8oJteIV9V7v0uiLmRMkpV2wI8=";
hash = "sha256-i/0GNVLvF0jHF83Ee9GCo80xeHoQb18OLmSZL++OTEo=";
};
postPatch = ''