We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0d755f7 + 38bb0e9 commit 2ae2efaCopy full SHA for 2ae2efa
pkgs/by-name/ch/chatbox/package.nix
@@ -27,7 +27,7 @@ appimageTools.wrapType2 {
27
28
passthru.updateScript = ''
29
#!/usr/bin/env nix-shell
30
- #!nix-shell -i bash -p curl grep common-updater-scripts
+ #!nix-shell -i bash -p curl gnugrep common-updater-scripts
31
version=$(curl -I -X GET https://chatboxai.app/install_chatbox/linux | grep -oP 'Chatbox-\K[0-9]+\.[0-9]+\.[0-9]+')
32
update-source-version chatbox $version
33
'';
0 commit comments