Skip to content

Commit 74a97c5

Browse files
authored
cloudlog: 2.6.16 -> 2.6.17 (#387669)
2 parents 5996243 + 94fa1ca commit 74a97c5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/cl/cloudlog/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@
99

1010
stdenvNoCC.mkDerivation rec {
1111
pname = "cloudlog";
12-
version = "2.6.16";
12+
version = "2.6.17";
1313

1414
src = fetchFromGitHub {
1515
owner = "magicbug";
1616
repo = "Cloudlog";
1717
rev = version;
18-
hash = "sha256-1GdIC1vC/SG9duQkrOXIe24OyIwdLgeEiG7i+KYP8Cs=";
18+
hash = "sha256-SW9ZW6IcxG+KonfgRHnCRo7P9KqfDCrS5MjnRKHvN1k=";
1919
};
2020

2121
postPatch = ''

0 commit comments

Comments
 (0)