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 { mkDerivation rec {
pname = "standard-library"; pname = "standard-library";
version = "2.1.1-rc2"; version = "2.1.1";
src = fetchFromGitHub { src = fetchFromGitHub {
repo = "agda-stdlib"; repo = "agda-stdlib";
owner = "agda"; owner = "agda";
rev = "v${version}"; rev = "v${version}";
hash = "sha256-F/LwPRzorkIoGsObB9m/hNpRBIJFy/GuaEotq0CQMH4="; hash = "sha256-4HfwNAkIhk1yC/oSxZ30xilzUM5/22nzbUSqTjcW5Ng=";
}; };
nativeBuildInputs = [ (ghcWithPackages (self : [ self.filemanip ])) ]; nativeBuildInputs = [ (ghcWithPackages (self : [ self.filemanip ])) ];