go-minimock: 3.1.2 -> 3.1.3

This commit is contained in:
R. Ryantm 2023-04-19 03:05:58 +00:00
parent 8d9f42c3a2
commit 9431263be7

View file

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "go-minimock";
version = "3.1.2";
version = "3.1.3";
src = fetchFromGitHub {
owner = "gojuno";
repo = "minimock";
rev = "v${version}";
sha256 = "sha256-r1P9uLIxdDDI+slWO/K3nKf5gmsCEVfephrR+ZCXhBE=";
sha256 = "sha256-6n5FOHTfsLYqnhlDO3etMnrypeOElmwdvoFQb3aSBts=";
};
ldflags = [