cloudlog: 2.8.6 -> 2.8.7

This commit is contained in:
R. Ryantm
2026-02-09 09:54:08 +00:00
parent 529c52fbd3
commit 0664b66415
+2 -2
View File
@@ -9,13 +9,13 @@
stdenvNoCC.mkDerivation rec {
pname = "cloudlog";
version = "2.8.6";
version = "2.8.7";
src = fetchFromGitHub {
owner = "magicbug";
repo = "Cloudlog";
rev = version;
hash = "sha256-k+/KajRRKsfEFk8ApEJ154pT4cR54ZnavSrk8U4Azso=";
hash = "sha256-/zMZbM9TvFMZTUkAN4wqutZ+YQA9sVtdXZwEGISm6NA=";
};
postPatch = ''