Unverified Commit e1413e3c authored by Thomas Gerbet's avatar Thomas Gerbet Committed by GitHub
Browse files

Merge pull request #328186 from tweag/update-ci-tooling

ci: update tooling
parents a62c4219 8e1b9b9e
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
{
  "rev": "cfb89a95f19bea461fc37228dc4d07b22fe617c2",
  "sha256": "1yhsacvry6j8r02lk70p9dphjpi8lpzgq2qay8hiy4nqlys0mrch"
  "rev": "521d48afa9ae596930a95325529df27fa7135ff5",
  "sha256": "0a1pa5azw990narsfipdli1wng4nc3vhvrp00hb8v1qfchcq7dc9"
}
+2 −1
Original line number Diff line number Diff line
@@ -10,7 +10,8 @@ repo=https://github.com/nixos/nixpkgs
branch=nixpkgs-unstable
file=$SCRIPT_DIR/pinned-nixpkgs.json

rev=$(git ls-remote "$repo" refs/heads/"$branch" | cut -f1)
defaultRev=$(git ls-remote "$repo" refs/heads/"$branch" | cut -f1)
rev=${1:-$defaultRev}
sha256=$(nix-prefetch-url --unpack "$repo/archive/$rev.tar.gz" --name source)

jq -n --arg rev "$rev" --arg sha256 "$sha256" '$ARGS.named' | tee /dev/stderr > $file