cloudlog: 2.8.16 -> 2.8.18 (#553181)

This commit is contained in:
nixpkgs-ci[bot]
2026-08-21 10:42:46 +00:00
committed by GitHub

View File

@@ -9,13 +9,13 @@
stdenvNoCC.mkDerivation rec {
pname = "cloudlog";
version = "2.8.16";
version = "2.8.18";
src = fetchFromGitHub {
owner = "magicbug";
repo = "Cloudlog";
rev = version;
hash = "sha256-lu8ioYOFCv49vox1JjzzdPeM4RR6//uX+m+We7fj9Jc=";
hash = "sha256-gQgEWjR/ezKmk19NLERr8f4+VdK7h9FqXjy0/fgJ90g=";
};
postPatch = ''