Merge pull request #110830 from iblech/patch-agdastdlib15

agdaPackages.standard-library: 1.4 -> 1.5
This commit is contained in:
Anderson Torres
2021-02-03 15:56:55 -03:00
committed by GitHub
4 changed files with 13 additions and 9 deletions
@@ -2,13 +2,13 @@
mkDerivation rec {
pname = "standard-library";
version = "1.4";
version = "1.5";
src = fetchFromGitHub {
repo = "agda-stdlib";
owner = "agda";
rev = "v${version}";
sha256 = "1asjbisb7pfkgzqy7gf9b23z63bba8l8p1wqfd6ff5ddgqwj3dhp";
sha256 = "16fcb7ssj6kj687a042afaa2gq48rc8abihpm14k684ncihb2k4w";
};
nativeBuildInputs = [ (ghcWithPackages (self : [ self.filemanip ])) ];