cloudlog: 2.8.15 -> 2.8.16

This commit is contained in:
R. Ryantm
2026-07-19 16:05:58 +00:00
parent eb3b798dd1
commit 8266002f89
+2 -2
View File
@@ -9,13 +9,13 @@
stdenvNoCC.mkDerivation rec {
pname = "cloudlog";
version = "2.8.15";
version = "2.8.16";
src = fetchFromGitHub {
owner = "magicbug";
repo = "Cloudlog";
rev = version;
hash = "sha256-WkOe1Y1pmyAqRfEy7PigiBGscfIJemqcEYTqvpNnwsc=";
hash = "sha256-lu8ioYOFCv49vox1JjzzdPeM4RR6//uX+m+We7fj9Jc=";
};
postPatch = ''