cloudlog: 2.8.14 -> 2.8.15

This commit is contained in:
R. Ryantm
2026-07-11 02:18:47 +00:00
parent ffc7f8ce99
commit 73c62c3eb4
+2 -2
View File
@@ -9,13 +9,13 @@
stdenvNoCC.mkDerivation rec {
pname = "cloudlog";
version = "2.8.14";
version = "2.8.15";
src = fetchFromGitHub {
owner = "magicbug";
repo = "Cloudlog";
rev = version;
hash = "sha256-036wo8QiRoqiMNj7ag/txfecxITb1aPI4YydWc9N/yA=";
hash = "sha256-WkOe1Y1pmyAqRfEy7PigiBGscfIJemqcEYTqvpNnwsc=";
};
postPatch = ''