cloudlog: 2.7.6 -> 2.8.1 (#460188)

This commit is contained in:
nixpkgs-ci[bot]
2025-12-11 17:04:22 +00:00
committed by GitHub
+2 -2
View File
@@ -9,13 +9,13 @@
stdenvNoCC.mkDerivation rec {
pname = "cloudlog";
version = "2.7.6";
version = "2.8.1";
src = fetchFromGitHub {
owner = "magicbug";
repo = "Cloudlog";
rev = version;
hash = "sha256-p9PmWRKvKGGZrexZJwYtb+LYto9npZ606QVo4pvDBak=";
hash = "sha256-F8iEs7pQmdzQFajg+auA9cAvVzeL7fE1Zk/xXXO7xOQ=";
};
postPatch = ''