about summary refs log tree commit diff
path: root/pkgs/by-name/sh/shadershark/update.sh
blob: 0bd125caac951d3317a27fad2a57271c805edcec (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/usr/bin/env nix-shell
#! nix-shell -i bash -p curl common-updater-scripts

set -e

repo_url="$1"; shift

data="$(curl "$repo_url/tags")"

rev="$(echo "$data" | grep '/rev/v' | sed 's;.*/rev/v\([^"]*\)[^$]*;\1;' | head -n 1)"
echo "new rev: $rev"

update-source-version shadershark "$rev" \
  --print-changes