Skip to content

Commit d183ba2

Browse files
cloudlog: 2.8.1 -> 2.8.2 (NixOS#470266)
2 parents 277812e + 6b6d099 commit d183ba2

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.8.1";
12+
version = "2.8.2";
1313

1414
src = fetchFromGitHub {
1515
owner = "magicbug";
1616
repo = "Cloudlog";
1717
rev = version;
18-
hash = "sha256-F8iEs7pQmdzQFajg+auA9cAvVzeL7fE1Zk/xXXO7xOQ=";
18+
hash = "sha256-+NE8gu7PxaA+CrDgkMEA/jtnBbOQt8WbvxY4BHOhQQI=";
1919
};
2020

2121
postPatch = ''

0 commit comments

Comments
 (0)