There was an error while loading. Please reload this page.
1 parent 89ee6ce commit f74a0a6Copy full SHA for f74a0a6
1 file changed
nix/pkgs/peekaboo.nix
@@ -3,14 +3,14 @@
3
let
4
sources = {
5
"aarch64-darwin" = {
6
- url = "https://github.com/openclaw/Peekaboo/releases/download/v4.1.0/peekaboo-macos-universal.tar.gz";
7
- hash = "sha256-oe4Ic97h8G2WX+5pkILMt4wg7nLOYJQ4xmeUmZBFlT0=";
+ url = "https://github.com/openclaw/Peekaboo/releases/download/v4.2.0/peekaboo-macos-universal.tar.gz";
+ hash = "sha256-Jcn9jYunhDtAS4xbp1mIB6z6ten++Sd4Kn4c7o1yp4c=";
8
};
9
10
in
11
stdenv.mkDerivation {
12
pname = "peekaboo";
13
- version = "4.1.0";
+ version = "4.2.0";
14
15
src = fetchurl sources.${stdenv.hostPlatform.system};
16
0 commit comments