diff options
author | Eelco Dolstra <edolstra@gmail.com> | 2020-02-18 22:11:52 +0100 |
---|---|---|
committer | Eelco Dolstra <edolstra@gmail.com> | 2020-02-18 22:11:52 +0100 |
commit | dd032f624cae1b705f30db57b468484050564a4a (patch) | |
tree | 8169ea3a1c4bfd5eecc7a8fd8c55b5f187428314 /flake.lock | |
parent | edee6169bf772ba101be7cd2dcb5aa7814415466 (diff) |
ggRevert "Use Nixpkgs 20.03"
This reverts commit 5921ca89f9cc6247830e92a71f7db3f1fe0c193b.
Diffstat (limited to 'flake.lock')
-rw-r--r-- | flake.lock | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/flake.lock b/flake.lock index 07ee5a14c..13e10e611 100644 --- a/flake.lock +++ b/flake.lock @@ -2,19 +2,19 @@ "inputs": { "nixpkgs": { "info": { - "lastModified": 1582018495, - "narHash": "sha256-xcpSl9tQKAsMQFmZfHXCqv6E9y1k6pk6T3i3jX1hsuk=" + "lastModified": 1580555706, + "narHash": "sha256-ly5Gxl9yZgW2w1F3aDU5bvg34Ct+juUaOg8vue+Mkbo=" }, "inputs": {}, "locked": { - "owner": "NixOS", + "owner": "edolstra", "repo": "nixpkgs", - "rev": "01d84d1ecfd50d809796176670448e0ec1cc4f5d", + "rev": "43e283790fbe330b723ac44b584824cf6d85c1ee", "type": "github" }, "original": { "id": "nixpkgs", - "ref": "release-20.03", + "ref": "release-19.09", "type": "indirect" } } |