cloudlog: 2.6.15 -> 2.6.16

This commit is contained in:
R. Ryantm 2024-10-08 00:31:38 +00:00
parent 8ab1d552b8
commit 0610af1408

View File

@ -8,13 +8,13 @@
stdenvNoCC.mkDerivation rec {
pname = "cloudlog";
version = "2.6.15";
version = "2.6.16";
src = fetchFromGitHub {
owner = "magicbug";
repo = "Cloudlog";
rev = version;
hash = "sha256-G+PnzyOG/HZ8I66BHdtK0GOUF7ATrTYpzM9sVaSjMDQ=";
hash = "sha256-1GdIC1vC/SG9duQkrOXIe24OyIwdLgeEiG7i+KYP8Cs=";
};
postPatch = ''