agdaPackages.agda-prelude: unstable-2022-01-14 -> unstable-2023-10-04

This commit is contained in:
Naïm Favier 2023-10-25 14:08:28 +02:00
parent 57eea05583
commit 1df768573b
No known key found for this signature in database
GPG Key ID: 95AFCE8211908325

View File

@ -1,14 +1,14 @@
{ lib, mkDerivation, fetchFromGitHub }:
mkDerivation rec {
version = "unstable-2022-01-14";
version = "unstable-2023-10-04";
pname = "agda-prelude";
src = fetchFromGitHub {
owner = "UlfNorell";
repo = "agda-prelude";
rev = "3d143d6d0a3f75966602480665623e87233ff93e";
hash = "sha256-ILhXDq788vrceMp5mCiQUMrJxeLPtS4yGtvMHMYxzg8=";
rev = "ff3b13253612caf0784a06e2d7d0f30be16c32e4";
hash = "sha256-A05uDv3fJqKncea9AL6eQa0XAskLZwAIUl1OAOVeP8I=";
};
preConfigure = ''
@ -24,6 +24,5 @@ mkDerivation rec {
license = lib.licenses.mit;
platforms = lib.platforms.unix;
maintainers = with maintainers; [ mudri alexarice turion ];
broken = true;
};
}