From a370f989fe3b864676ed9aecf57f70e55e7958b2 Mon Sep 17 00:00:00 2001 From: Joris Date: Sat, 9 Oct 2021 09:01:19 +0200 Subject: Upgrade dependencies --- shell.nix | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'shell.nix') diff --git a/shell.nix b/shell.nix index 6708ac8..043940c 100644 --- a/shell.nix +++ b/shell.nix @@ -1,15 +1,15 @@ -with (import (builtins.fetchGit { - name = "nixpkgs-20.09"; - url = "git@github.com:nixos/nixpkgs.git"; - rev = "cd63096d6d887d689543a0b97743d28995bc9bc3"; - ref = "refs/tags/20.09"; -}){}); +with import (builtins.fetchGit { + name = "nixos-21.05-2021-10-09"; + url = "https://github.com/nixos/nixpkgs/"; + ref = "refs/heads/nixos-21.05"; + rev = "ce7a1190a0fa4ba3465b5f5471b08567060ca14c"; +}) {}; let nixpkgs-mozilla = fetchFromGitHub { owner = "mozilla"; repo = "nixpkgs-mozilla"; - # commit from 2020-10-28 - rev = "8c007b60731c07dd7a052cce508de3bb1ae849b4"; + # commit from 2021-07-17 + rev = "0510159186dd2ef46e5464484fbdf119393afa58"; sha256 = "1zybp62zz0h077zm2zmqs2wcg3whg6jqaah9hcl1gv4x8af4zhs6"; }; in @@ -18,7 +18,7 @@ with import "${nixpkgs-mozilla.out}/rust-overlay.nix" pkgs pkgs; pkgs.mkShell { buildInputs = [ - ((rustChannelOf { channel = "1.49.0"; }).rust) + ((rustChannelOf { channel = "1.55.0"; }).rust) cargo-watch lld openssl -- cgit v1.2.3