Update nix to 22.05

This commit is contained in:
Harendra Kumar 2022-08-17 23:46:50 +05:30 committed by Harendra Kumar
parent f2eb96a641
commit 7ddd91d9bf

View File

@ -5,7 +5,8 @@
{ {
nixpkgs ? nixpkgs ?
import (builtins.fetchTarball https://github.com/NixOS/nixpkgs/archive/refs/tags/21.11.tar.gz) import (builtins.fetchTarball
https://github.com/NixOS/nixpkgs/archive/refs/tags/22.05.tar.gz)
{} {}
, compiler ? "default" , compiler ? "default"
, c2nix ? "" # cabal2nix CLI options , c2nix ? "" # cabal2nix CLI options
@ -70,14 +71,14 @@ let haskellPackages =
sha256 = "1bj9agy3x0yjbscpjgn96gpnj4lvkh39spjvy3jnrr3a42v3ynw7"; sha256 = "1bj9agy3x0yjbscpjgn96gpnj4lvkh39spjvy3jnrr3a42v3ynw7";
} {}; } {};
unicode-data = #unicode-data =
super.callHackageDirect # super.callHackageDirect
{ pkg = "unicode-data"; # { pkg = "unicode-data";
ver = "0.2.0"; # ver = "0.2.0";
sha256 = "14crb68g79yyw87fgh49z2fn4glqx0zr53v6mapihaxzkikhkkc3"; # sha256 = "14crb68g79yyw87fgh49z2fn4glqx0zr53v6mapihaxzkikhkkc3";
} {}; # } {};
tasty-bench = super.tasty-bench_0_3_1; #tasty-bench = super.tasty-bench_0_3_1;
#tasty-bench = #tasty-bench =
# super.callHackageDirect # super.callHackageDirect