agdaPackages.agda-categories: 0.1.7.1a -> 0.1.7.2

https://github.com/agda/agda-categories/releases/tag/v0.1.7.2
This commit is contained in:
Naïm Favier 2023-10-22 23:52:53 +02:00
parent e8bf86a523
commit ae86b08869
No known key found for this signature in database
GPG Key ID: 95AFCE8211908325

View File

@ -1,14 +1,14 @@
{ lib, mkDerivation, fetchFromGitHub, standard-library }:
mkDerivation rec {
version = "0.1.7.1a";
version = "0.1.7.2";
pname = "agda-categories";
src = fetchFromGitHub {
owner = "agda";
repo = "agda-categories";
rev = "v${version}";
sha256 = "sha256-VlxRDxXg+unzYlACUU58JQUHXxtg0fI5dEQvlBRxJtU=";
sha256 = "sha256-lQzAfPqkdb0pG5seYVODPngSLrJxhbH1jf0K6qqoj3c=";
};
postPatch = ''