cloudlog: 2.6.14 -> 2.6.15

This commit is contained in:
R. Ryantm
2024-06-27 10:41:42 +00:00
parent db4c8df48c
commit fe312ba6e4
+2 -2
View File
@@ -8,13 +8,13 @@
stdenvNoCC.mkDerivation rec {
pname = "cloudlog";
version = "2.6.14";
version = "2.6.15";
src = fetchFromGitHub {
owner = "magicbug";
repo = "Cloudlog";
rev = version;
hash = "sha256-nsn/pvlFRDGUnm/X5pyzlKWgP6OlfVn3Mdj6vOJZMWQ=";
hash = "sha256-G+PnzyOG/HZ8I66BHdtK0GOUF7ATrTYpzM9sVaSjMDQ=";
};
postPatch = ''