webex: fix updateScript

This commit is contained in:
Nikita Uvarov
2025-06-13 12:34:44 +02:00
parent ec4c48ddcd
commit f329e8ea2e
+1 -1
View File
@@ -169,7 +169,7 @@ stdenv.mkDerivation rec {
version=$(jq -r '.version' <<< "$manifest")
hash=$(jq -r '.checksum' <<< "$manifest")
update-source-version ${pname} "$version" "$hash" "$url" --file=./pkgs/applications/networking/instant-messengers/webex/default.nix
update-source-version ${pname} "$version" "$hash" "$url" --file=./pkgs/by-name/we/webex/package.nix
'';
meta = with lib; {