cloudlog: 2.8.1 -> 2.8.2

This commit is contained in:
R. Ryantm
2025-12-12 22:06:36 +00:00
parent f0a33ba877
commit 6b6d099d4a
+2 -2
View File
@@ -9,13 +9,13 @@
stdenvNoCC.mkDerivation rec {
pname = "cloudlog";
version = "2.8.1";
version = "2.8.2";
src = fetchFromGitHub {
owner = "magicbug";
repo = "Cloudlog";
rev = version;
hash = "sha256-F8iEs7pQmdzQFajg+auA9cAvVzeL7fE1Zk/xXXO7xOQ=";
hash = "sha256-+NE8gu7PxaA+CrDgkMEA/jtnBbOQt8WbvxY4BHOhQQI=";
};
postPatch = ''