linuxPackages_latest.prl-tools: skip git commit in update.sh

This commit is contained in:
codgician 2025-01-12 12:01:52 +08:00
parent 0842888553
commit d87aec31fa
No known key found for this signature in database

View File

@ -37,5 +37,4 @@ sha256="$(nix store prefetch-file $dmg_url --json | jq -r '.hash')"
sed -i -e "s,version = \"$old_version\",version = \"$version\"," \
-e "s,hash = \"sha256-.*\",hash = \"$sha256\"," "$path"
git commit -qm "linuxPackages_latest.prl-tools: $old_version -> $version" "$path"
echo "Updated linuxPackages_latest.prl-tools $old_version -> $version"