Skip to content

Commit

Permalink
Merge pull request #133 from tweag/bazel-update
Browse files Browse the repository at this point in the history
Update Bazel 2.1.0 --> 3.3.1
  • Loading branch information
mergify[bot] authored Jul 17, 2020
2 parents 6075d3e + c3f4b19 commit 85b767e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions nixpkgs.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"owner": "NixOS",
"repo": "nixpkgs-channels",
"branch": "nixos-20.03",
"rev": "9137f05564eb50cc6f7042039aa9549a2e6e2340",
"sha256": "0yh2fnywhiyhzrkdlccp0l3bmdrqj0y1gysln6x7xfl2zj3aij7z"
"branch": "nixos-unstable",
"rev": "1d8018068278a717771e9ec4054dff1ebd3252b0",
"sha256": "1vi3wbvlvpd4200swd3594vps1fsnd7775mgzm3nnfs1imzkg00i"
}
2 changes: 1 addition & 1 deletion nixpkgs.nix
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
let
# nixpkgs-unstable as of 2020-03-09
# nixpkgs-unstable as of 2020-07-09
spec = builtins.fromJSON (builtins.readFile ./nixpkgs.json);
nixpkgs = fetchTarball {
url = "https://github.com/${spec.owner}/${spec.repo}/archive/${spec.rev}.tar.gz";
Expand Down

0 comments on commit 85b767e

Please sign in to comment.