Skip to content

Commit

Permalink
Change nixpkgs pinning from 19.09 to 20.03
Browse files Browse the repository at this point in the history
  • Loading branch information
jacg committed Jun 21, 2020
1 parent 73fc646 commit f4e1ec7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions shell.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@

with import (builtins.fetchTarball {
# Descriptive name to make the store path easier to identify
name = "nixos-19.09";
name = "nixos-20.03";
# Commit hash for nixos-unstable as of 2018-09-12
url = "https://github.com/NixOS/nixpkgs/archive/19.09.tar.gz";
url = "https://github.com/NixOS/nixpkgs/archive/20.03.tar.gz";
# Hash obtained using `nix-prefetch-url --unpack <url>`
sha256 = "0mhqhq21y5vrr1f30qd2bvydv4bbbslvyzclhw0kdxmkgg3z4c92";
sha256 = "0182ys095dfx02vl2a20j1hz92dx3mfgz2a6fhn31bqlp1wa8hlq";
}) {};

let python = python37; in
Expand Down

0 comments on commit f4e1ec7

Please sign in to comment.