Skip to content

Commit

Permalink
linuxPackages_latest.prl-tools: skip git commit in update.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
codgician committed Jan 12, 2025
1 parent 0842888 commit d87aec3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkgs/os-specific/linux/prl-tools/update.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit d87aec3

Please sign in to comment.