diff options
author | Vincent Ambo <tazjin@google.com> | 2019-09-21T14·41+0100 |
---|---|---|
committer | Vincent Ambo <tazjin@google.com> | 2019-09-21T14·41+0100 |
commit | 415dc01e5e937b2624e6693bfd5c0418e5bd5468 (patch) | |
tree | 2926f36b43f94f70a2c25f3e0d75062d38d29684 | |
parent | bcdd2d3fcbcbf807e17dd0c9f6cdf23a3238f0b0 (diff) |
chore: Bump Nix channel to a more recent version r/85
This version has Nixery popularity data available.
-rw-r--r-- | default.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/default.nix b/default.nix index 0ace70da5bb0..8d0ea7e7b529 100644 --- a/default.nix +++ b/default.nix @@ -9,10 +9,10 @@ with builtins; let # The pinned commit here is identical to the public nixery.dev # version, since popularity data has been generated for that. - stableCommit = "88d9f776091896cfe57dc6fbdf246e7d27d5f105"; + stableCommit = "5271f8dddc0f2e54f55bd2fc1868c09ff72ac980"; stableSrc = fetchTarball { url = "https://github.com/NixOS/nixpkgs-channels/archive/${stableCommit}.tar.gz"; - sha256 = "0z8a0g69fmbbzi77jhvhwafv73dn5fg3gsr0q828lss6j5qpx995"; + sha256 = "0w0x7whwb98lalaw25hxarmr924m1i49c1kacyypmnh2vjbkrjmi"; }; unstableCommit = "765a71f15025ce78024bae3dc4a92bd2be3a8fbf"; |