agdaPackages.standard-library: 2.1.1-rc2 -> 2.1.1 (#339651)

This commit is contained in:
Naïm Camille Favier 2024-09-27 00:10:31 +02:00 committed by GitHub
commit 18abc922b9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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 ])) ];