Skip to content

Commit

Permalink
nixpkgs: Update to Bazel 2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
aherrmann committed Mar 9, 2020
1 parent c966bb8 commit a897d1a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions nixpkgs.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
"owner": "NixOS",
"repo": "nixpkgs-channels",
"branch": "nixpkgs-unstable",
"rev": "1ee040724a417d9e6e8e28dfd88a0c8c35070689",
"sha256": "0r8dv6p1vhxzv50j50bjvwrq5wi9sg35nkm12ga25pw1lzvv6yr9"
"rev": "6b6f9d769a5086df38a06b680104d0c5fd1a8e0e",
"sha256": "1pc6ypxas76i2l2dhr58bml2f0hmgz8py0d8zylwivhs6zg9fcgs"
}
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 2019-11-17
# nixpkgs-unstable as of 2020-03-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 a897d1a

Please sign in to comment.