checkmate: 0.5.8 -> 0.5.9

This commit is contained in:
R. Ryantm 2022-04-22 08:52:18 +00:00
parent eed6535791
commit 0fda27c495

View File

@ -5,13 +5,13 @@
buildGoModule rec {
pname = "checkmate";
version = "0.5.8";
version = "0.5.9";
src = fetchFromGitHub {
owner = "adedayo";
repo = pname;
rev = "v${version}";
sha256 = "sha256-nzhzeXy70UQ1HP3/PCBnUPhrjg7CnKURMCH0iJ099E0=";
sha256 = "sha256-V7b8NEKzS4wDIhFJkAve94Tl3tzYtnbG01GzyRj8yfA=";
};
vendorSha256 = "sha256-uQRAVbLnzY+E3glMJ3AvmbtmwD2LkuqCh2mUpqZbmaA=";