agda.standard-library: 1.1 -> 1.3

This commit is contained in:
Alex Rice 2020-01-05 23:34:35 +00:00
parent 6c1cdedb6d
commit a7cd372a3e
No known key found for this signature in database
GPG Key ID: 93DDCD7A2B3F3B88

View File

@ -2,13 +2,13 @@
mkDerivation rec {
pname = "standard-library";
version = "1.1";
version = "1.3";
src = fetchFromGitHub {
repo = "agda-stdlib";
owner = "agda";
rev = "v${version}";
sha256 = "190bxsy92ffmvwpmyyg3lxs91vyss2z25rqz1w79gkj56484cy64";
sha256 = "18kl20z3bjfgx5m3nvrdj5776qmpi7jl2p12pqybsls2lf86m0d5";
};
nativeBuildInputs = [ (ghcWithPackages (self : [ self.filemanip ])) ];