diff options
author | Ben Sima <ben@bsima.me> | 2020-03-28 18:11:59 -0700 |
---|---|---|
committer | Ben Sima <ben@bsima.me> | 2020-03-28 18:12:39 -0700 |
commit | 5c490744617f58f06fc96e7121722ec2618e42b7 (patch) | |
tree | f4ecaff8f18f83057e6c78b394fe6f1c573d19c0 | |
parent | 02c28cf8ff7275694896494e39fd0c7bb5078d0a (diff) |
Update to nixpkgs 20.03
-rw-r--r-- | nixpkgs.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/nixpkgs.nix b/nixpkgs.nix index caca386..168688c 100644 --- a/nixpkgs.nix +++ b/nixpkgs.nix @@ -1,5 +1,5 @@ # generated with ~/bin/nixos-pin { - url = "https://github.com/NixOS/nixpkgs/archive/nixos-19.09.tar.gz"; - sha256 = "01dsh9932x6xcba2p0xg4n563b85i3p7s2sakj7yf2ws8pgmwhq9"; + url = "https://github.com/NixOS/nixpkgs/archive/nixos-20.03.tar.gz"; + sha256 = "1z1631v7q2c8mavy7xnvfx0wz34zd49jqmjg66nk0qgsi605m3qp"; } |