Use Nixpkgs 20.03

This commit is contained in:
Eelco Dolstra 2020-02-18 16:21:13 +01:00
parent b5e3c04c03
commit 5921ca89f9
No known key found for this signature in database
GPG key ID: 8170B4726D7198DE
2 changed files with 7 additions and 7 deletions

View file

@ -2,19 +2,19 @@
"inputs": { "inputs": {
"nixpkgs": { "nixpkgs": {
"info": { "info": {
"lastModified": 1580555706, "lastModified": 1582018495,
"narHash": "sha256-ly5Gxl9yZgW2w1F3aDU5bvg34Ct+juUaOg8vue+Mkbo=" "narHash": "sha256-xcpSl9tQKAsMQFmZfHXCqv6E9y1k6pk6T3i3jX1hsuk="
}, },
"inputs": {}, "inputs": {},
"locked": { "locked": {
"owner": "edolstra", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "43e283790fbe330b723ac44b584824cf6d85c1ee", "rev": "01d84d1ecfd50d809796176670448e0ec1cc4f5d",
"type": "github" "type": "github"
}, },
"original": { "original": {
"id": "nixpkgs", "id": "nixpkgs",
"ref": "release-19.09", "ref": "release-20.03",
"type": "indirect" "type": "indirect"
} }
} }

View file

@ -3,7 +3,7 @@
edition = 201909; edition = 201909;
inputs.nixpkgs.uri = "nixpkgs/release-19.09"; inputs.nixpkgs.uri = "nixpkgs/release-20.03";
outputs = { self, nixpkgs }: outputs = { self, nixpkgs }:
@ -72,7 +72,7 @@
openssl pkgconfig sqlite openssl pkgconfig sqlite
libarchive libarchive
boost boost
(nlohmann_json.override { multipleHeaders = true; }) nlohmann_json
rustc cargo rustc cargo
# Tests # Tests