cloudlog: 2.6.17 -> 2.6.18

This commit is contained in:
R. Ryantm 2025-05-11 13:05:43 +00:00
parent 6c2e919de4
commit 9cb162fe8d

View file

@ -9,13 +9,13 @@
stdenvNoCC.mkDerivation rec {
pname = "cloudlog";
version = "2.6.17";
version = "2.6.18";
src = fetchFromGitHub {
owner = "magicbug";
repo = "Cloudlog";
rev = version;
hash = "sha256-SW9ZW6IcxG+KonfgRHnCRo7P9KqfDCrS5MjnRKHvN1k=";
hash = "sha256-GH6vGZRWM2q6ExpZzRRmJf+7VGs4Ymg2S/6TIJgfJEg=";
};
postPatch = ''