cloudlog: 2.6.10 -> 2.6.11

This commit is contained in:
R. Ryantm
2024-05-13 02:04:35 +00:00
parent 2f9350605a
commit afa11c824b

View File

@@ -8,13 +8,13 @@
stdenvNoCC.mkDerivation rec {
pname = "cloudlog";
version = "2.6.10";
version = "2.6.11";
src = fetchFromGitHub {
owner = "magicbug";
repo = "Cloudlog";
rev = version;
hash = "sha256-VPiv/Df4dasiYUBA6UHrxBczmGAqzhQkPrknzSYJxAE=";
hash = "sha256-9JGhMCypoKOh1Gy1DdK7nrma+L4sJsYN/iuNhBPmHPA=";
};
postPatch = ''