Merge pull request #67087 from danbst/update/agda-iowa-stdlib
agdaIowaStdlib: 1.4.0 -> 1.5.0, also agdaPrelude update
This commit is contained in:
commit
f45dc43a52
2 changed files with 4 additions and 4 deletions
|
@ -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 = [ "./." ];
|
||||
|
|
|
@ -1,13 +1,13 @@
|
|||
{ stdenv, agda, fetchgit }:
|
||||
|
||||
agda.mkDerivation (self: rec {
|
||||
version = "0dca24a81d417db2ae8fc871eccb7776f7eae952";
|
||||
version = "eacc961c2c312b7443109a7872f99d55557df317";
|
||||
name = "agda-prelude-${version}";
|
||||
|
||||
src = fetchgit {
|
||||
url = "https://github.com/UlfNorell/agda-prelude.git";
|
||||
rev = version;
|
||||
sha256 = "0gwfgvj96i1mx5v01bi46h567d1q1fbgvzv6z8zv91l2jhybwff5";
|
||||
sha256 = "0iql67hb1q0fn8dwkcx07brkdkxqfqrsbwjy71ndir0k7qzw7qv2";
|
||||
};
|
||||
|
||||
topSourceDirectories = [ "src" ];
|
||||
|
|
Loading…
Reference in a new issue