cloudlog: 2.6.12 -> 2.6.13

This commit is contained in:
R. Ryantm
2024-05-24 04:43:30 +00:00
parent fc165a03b2
commit d27285e550
+2 -2
View File
@@ -8,13 +8,13 @@
stdenvNoCC.mkDerivation rec {
pname = "cloudlog";
version = "2.6.12";
version = "2.6.13";
src = fetchFromGitHub {
owner = "magicbug";
repo = "Cloudlog";
rev = version;
hash = "sha256-djY+TqkA+YFCmUwZd1x4YeJDOS6ZtxDb4EhBmyftSzI=";
hash = "sha256-jhg6Rdd/QhsKZHaeE/2Rh0o0uLD5Jd+3mfXmkpbFcEM=";
};
postPatch = ''