agdaPackages.standard-library: 2.0 -> 2.1

This commit is contained in:
R. Ryantm 2024-07-27 12:51:10 +00:00 committed by Manuel Bärenz
parent 21ce9ccc6a
commit e5c56b29ab

View File

@ -2,13 +2,13 @@
mkDerivation rec {
pname = "standard-library";
version = "2.0";
version = "2.1";
src = fetchFromGitHub {
repo = "agda-stdlib";
owner = "agda";
rev = "v${version}";
hash = "sha256-TjGvY3eqpF+DDwatT7A78flyPcTkcLHQ1xcg+MKgCoE=";
hash = "sha256-tv/Fj8ZJgSvieNLlXBjyIR7MSmDp0e2QbN1d/0xBpFg=";
};
nativeBuildInputs = [ (ghcWithPackages (self : [ self.filemanip ])) ];