nixpkgs: update pinned nixpkgs to 20.09

This commit is contained in:
Alexander Sosedkin 2020-11-02 03:42:05 +01:00
parent d8a1d446f9
commit af8d9623e0
3 changed files with 8 additions and 8 deletions

View file

@ -3,12 +3,12 @@
{ super }:
let
# head of nixos-20.03 as of 2020-06-11
# head of nixos-20.09 as of 2020-11-07
pinnedPkgsSrc = super.fetchFromGitHub {
owner = "NixOS";
repo = "nixpkgs";
rev = "8b071be7512bd2cd0ff5c3bdf60f01ab4eb94abd";
sha256 = "079rzd17y2pk48kh70pbp4a7mh56vi2b49lzd365ckh38gdv702z";
rev = "d105075a1fd870b1d1617a6008cb38b443e65433";
sha256 = "1jcs44wn0s6mlf2jps25bvcai1rij9b2dil6zcj8zqwf2i8xmqjh";
};
in