Skip to content

Commit f74a0a6

Browse files
author
openclaw-ci
committed
update tool releases
1 parent 89ee6ce commit f74a0a6

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

nix/pkgs/peekaboo.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@
33
let
44
sources = {
55
"aarch64-darwin" = {
6-
url = "https://github.com/openclaw/Peekaboo/releases/download/v4.1.0/peekaboo-macos-universal.tar.gz";
7-
hash = "sha256-oe4Ic97h8G2WX+5pkILMt4wg7nLOYJQ4xmeUmZBFlT0=";
6+
url = "https://github.com/openclaw/Peekaboo/releases/download/v4.2.0/peekaboo-macos-universal.tar.gz";
7+
hash = "sha256-Jcn9jYunhDtAS4xbp1mIB6z6ten++Sd4Kn4c7o1yp4c=";
88
};
99
};
1010
in
1111
stdenv.mkDerivation {
1212
pname = "peekaboo";
13-
version = "4.1.0";
13+
version = "4.2.0";
1414

1515
src = fetchurl sources.${stdenv.hostPlatform.system};
1616

0 commit comments

Comments
 (0)