agdaPackages.agda-prelude: unstable-2023-10-04 -> unstable-2024-08-22
This commit is contained in:
parent
129c77de90
commit
606a1663e5
@ -1,14 +1,14 @@
|
||||
{ lib, mkDerivation, fetchFromGitHub }:
|
||||
|
||||
mkDerivation rec {
|
||||
version = "unstable-2023-10-04";
|
||||
version = "unstable-2024-08-22";
|
||||
pname = "agda-prelude";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "UlfNorell";
|
||||
repo = "agda-prelude";
|
||||
rev = "ff3b13253612caf0784a06e2d7d0f30be16c32e4";
|
||||
hash = "sha256-A05uDv3fJqKncea9AL6eQa0XAskLZwAIUl1OAOVeP8I=";
|
||||
rev = "4230566d3ae229b6a00258587651ac7bfd38d088";
|
||||
hash = "sha256-ab+KojzRbkUTAFNH5OA78s0F5SUuXTbliai6badveg4=";
|
||||
};
|
||||
|
||||
preConfigure = ''
|
||||
@ -24,6 +24,5 @@ mkDerivation rec {
|
||||
license = lib.licenses.mit;
|
||||
platforms = lib.platforms.unix;
|
||||
maintainers = with maintainers; [ mudri alexarice turion ];
|
||||
broken = true; # currently not compatible with Agda 2.7.0
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user