Merge pull request #102334 from iblech/patch-23

agda-categories: Unbreak the build (trivial hash change)
This commit is contained in:
Anderson Torres 2020-11-07 18:25:09 -03:00 committed by GitHub
commit cad25681ee
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -8,7 +8,7 @@ mkDerivation rec {
owner = "agda";
repo = "agda-categories";
rev = "v${version}";
sha256 = "0n6y9xarqhj95i4h56klx10gy0fyckxbfwgiissfknpfq6l0m7r6";
sha256 = "1bcvmxcnl1ig38fxqkx8ydidhxq6a0kn2k9waf0lygh4ap928sgk";
};
buildInputs = [ standard-library ];