From a4f0d47f4964abf7bee2525e65513168f769eff3 Mon Sep 17 00:00:00 2001 From: David Terry Date: Tue, 7 Apr 2020 17:36:19 +0200 Subject: [PATCH] shell.nix: bump nixpkgs to 20.03 --- shell.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/shell.nix b/shell.nix index 3d76b1b1..557de313 100644 --- a/shell.nix +++ b/shell.nix @@ -2,9 +2,9 @@ let pkgs = import (builtins.fetchGit rec { name = "nixpkgs-19.09-${rev}"; url = https://github.com/nixos/nixpkgs; - ref = "nixos-19.09"; - # git ls-remote https://github.com/nixos/nixpkgs-channels nixos-19.09 - rev = "9f453eb97ffe261ff93136757cd08b522fac83b7"; + ref = "nixos-20.03"; + # git ls-remote https://github.com/nixos/nixpkgs-channels nixos-20.03 + rev = "0bb35152be895abfd1fc743b42f1c4e56ae71906"; }) {}; in pkgs.stdenv.mkDerivation {