agdaPackages.standard-library: 2.1.1-rc2 -> 2.1.1

This commit is contained in:
Ingo Blechschmidt 2024-09-05 01:17:09 +02:00
parent c313102454
commit c8ca37a12d

View File

@ -2,13 +2,13 @@
mkDerivation rec {
pname = "standard-library";
version = "2.1.1-rc2";
version = "2.1.1";
src = fetchFromGitHub {
repo = "agda-stdlib";
owner = "agda";
rev = "v${version}";
hash = "sha256-F/LwPRzorkIoGsObB9m/hNpRBIJFy/GuaEotq0CQMH4=";
hash = "sha256-4HfwNAkIhk1yC/oSxZ30xilzUM5/22nzbUSqTjcW5Ng=";
};
nativeBuildInputs = [ (ghcWithPackages (self : [ self.filemanip ])) ];