Skip to content

Commit

Permalink
Merge pull request tweag#78 from tweag/update_nixpkgs
Browse files Browse the repository at this point in the history
Update nixpkgs to get bazel 0.24
  • Loading branch information
Théophane Hufschmitt authored Apr 29, 2019
2 parents 67a80de + 78f1f6f commit 38833b9
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions nixpkgs.nix
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
let
nixpkgsRev = "75942f96b3f7136cdc9cc7d9704824f17fabec02";
nixpkgsSha256 = "0ay4v4n856xl79ilym4w6vbp6pxzmn8l31j1ch98wa1lj7l71lgi";
# nixpkgs-unstable as of 2019-04-25
nixpkgsRev = "0620e0fdbf4";
nixpkgsSha256 = "046l2c83s568c306hnm8nfdpdhmgnbzgid354hr7p0khq3jx3lhf";
nixpkgs = fetchTarball {
url = "https://github.com/nixos/nixpkgs/archive/${nixpkgsRev}.tar.gz";
sha256 = nixpkgsSha256;
Expand Down

0 comments on commit 38833b9

Please sign in to comment.