summaryrefslogtreecommitdiff
path: root/pkgs/by-name/cr/creek/update.sh
blob: a346ab54c950beb3760d8a07e7b713c98e0fa3ef (about) (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/usr/bin/env nix-shell
#!nix-shell -i bash -p bash common-updater-scripts gnused nixfmt-rfc-style

latest_tag=$(list-git-tags --url=https://github.com/nmeum/creek | sed 's/^v//' | tail -n 1)

update-source-version creek "$latest_tag"

wget "https://raw.githubusercontent.com/nmeum/creek/v${latest_tag}/build.zig.zon"
nix --extra-experimental-features 'nix-command flakes' run github:nix-community/zon2nix# -- build.zig.zon >pkgs/by-name/cr/creek/build.zig.zon.nix

nixfmt pkgs/by-name/cr/creek/build.zig.zon.nix

rm -rf build.zig.zon