cloudlog: 2.6.20 -> 2.7.0

This commit is contained in:
R. Ryantm
2025-08-22 15:44:00 +00:00
parent 4e49fa427e
commit c2943d8bd9
+2 -2
View File
@@ -9,13 +9,13 @@
stdenvNoCC.mkDerivation rec {
pname = "cloudlog";
version = "2.6.20";
version = "2.7.0";
src = fetchFromGitHub {
owner = "magicbug";
repo = "Cloudlog";
rev = version;
hash = "sha256-weCD5CgNarAxQ6LzLQTKjg+p2D/JmlWWpsqMHbnP7Iw=";
hash = "sha256-OP+CUBuc0Zl/cqZlF1Ryo4WlTDEmAflwxpYPJr3BPvg=";
};
postPatch = ''