cloudlog: 2.6.11 -> 2.6.12

This commit is contained in:
R. Ryantm
2024-05-19 03:20:26 +00:00
parent 60cc8055eb
commit 9aebde2aec
+2 -2
View File
@@ -8,13 +8,13 @@
stdenvNoCC.mkDerivation rec {
pname = "cloudlog";
version = "2.6.11";
version = "2.6.12";
src = fetchFromGitHub {
owner = "magicbug";
repo = "Cloudlog";
rev = version;
hash = "sha256-9JGhMCypoKOh1Gy1DdK7nrma+L4sJsYN/iuNhBPmHPA=";
hash = "sha256-djY+TqkA+YFCmUwZd1x4YeJDOS6ZtxDb4EhBmyftSzI=";
};
postPatch = ''