Skip to content

Commit

Permalink
bicep: fix update script deps (NixOS#367554)
Browse files Browse the repository at this point in the history
  • Loading branch information
khaneliman authored Dec 24, 2024
2 parents cde85e7 + 8ffaccd commit 18ed059
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/by-name/bi/bicep/updater.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
set -eo pipefail
cd "$(dirname "${BASH_SOURCE[0]}")"

deps_file="$(realpath "./deps.nix")"
deps_file="$(realpath "./deps.json")"
new_version="$(curl -s "https://api.github.com/repos/azure/bicep/releases?per_page=1" | jq -r '.[0].name')"
old_version="$(sed -nE 's/\s*version = "(.*)".*/\1/p' ./package.nix)"

Expand Down

0 comments on commit 18ed059

Please sign in to comment.