Merge pull request #318144 from r-ryantm/auto-update/go-minimock

go-minimock: 3.3.11 -> 3.3.12
This commit is contained in:
Nick Cao 2024-06-08 09:43:33 -04:00 committed by GitHub
commit 3d736d6506
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "go-minimock";
version = "3.3.11";
version = "3.3.12";
src = fetchFromGitHub {
owner = "gojuno";
repo = "minimock";
rev = "v${version}";
hash = "sha256-BGG2gCHpPXRzjg9F/fjTbghHJngYnZAtwajBhgl3zt4=";
hash = "sha256-9iokhXkwmISjg8pOy11bax0KEfro2lpGLI9fbz2tpiY=";
};
ldflags = [