1
1
mirror of https://github.com/coot/free-category.git synced 2024-08-16 09:30:46 +03:00

Updated nixpkgs hash

This commit is contained in:
Marcin Szamotulski 2019-12-05 01:04:09 +01:00
parent 45ed86cb3b
commit c7aed8196b

View File

@ -5,9 +5,8 @@ let
|| compiler == "ghc822"
|| compiler == "ghc844"
then "722fcbbb80b2142583e9266efe77992f8e32ac4c"
else "57b66eb3f2a0e824c48759f2729370b1b9fd7660";
else "a2f9bcd1328de9c043d7425e45d06fc05e0b7929";
url = "https://github.com/NixOS/nixpkgs/archive/${rev}.tar.gz";
url802 = "https://github.com/NixOS/nixpkgs/archive/${rev802}.tar.gz";
config =
{ packageOverrides = super:
let self = super.pkgs;