cloudlog: 2.7.5 -> 2.7.6 (#455204)

This commit is contained in:
Masum Reza
2025-10-25 11:01:15 +00:00
committed by GitHub

View File

@@ -9,13 +9,13 @@
stdenvNoCC.mkDerivation rec {
pname = "cloudlog";
version = "2.7.5";
version = "2.7.6";
src = fetchFromGitHub {
owner = "magicbug";
repo = "Cloudlog";
rev = version;
hash = "sha256-Lb20SrwFQybMNmxgmztAm2/9PBcukgt03W93C743oM8=";
hash = "sha256-p9PmWRKvKGGZrexZJwYtb+LYto9npZ606QVo4pvDBak=";
};
postPatch = ''