cloudlog: 2.6.18 -> 2.6.19

This commit is contained in:
R. Ryantm
2025-06-12 02:06:17 +00:00
parent 1ebb027426
commit 48823c71e0
+2 -2
View File
@@ -9,13 +9,13 @@
stdenvNoCC.mkDerivation rec {
pname = "cloudlog";
version = "2.6.18";
version = "2.6.19";
src = fetchFromGitHub {
owner = "magicbug";
repo = "Cloudlog";
rev = version;
hash = "sha256-GH6vGZRWM2q6ExpZzRRmJf+7VGs4Ymg2S/6TIJgfJEg=";
hash = "sha256-nSozkRj4aeZZJ/H0zfzzlH4rWGVThC03ByA4FF6IgT4=";
};
postPatch = ''