agdaIowaStdlib: 1.4.0 -> 1.5.0

https://hydra.nixos.org/build/98831905
This commit is contained in:
danbst 2019-08-20 17:32:20 +03:00
parent bc185504ca
commit d215144cc9
1 changed files with 2 additions and 2 deletions

View File

@ -1,14 +1,14 @@
{ stdenv, agda, fetchFromGitHub }:
agda.mkDerivation (self: rec {
version = "1.4.0";
version = "1.5.0";
name = "agda-iowa-stdlib-${version}";
src = fetchFromGitHub {
owner = "cedille";
repo = "ial";
rev = "v${version}";
sha256 = "1gwxpybxwdj5ipbb3gapm7r5hfl3g6sj9kp13954pdmx8d5b0gma";
sha256 = "0dlis6v6nzbscf713cmwlx8h9n2gxghci8y21qak3hp18gkxdp0g";
};
sourceDirectories = [ "./." ];