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

go-minimock: 3.3.12 -> 3.3.13
This commit is contained in:
Nick Cao 2024-06-20 16:39:26 -04:00 committed by GitHub
commit de07b51c94
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.12";
version = "3.3.13";
src = fetchFromGitHub {
owner = "gojuno";
repo = "minimock";
rev = "v${version}";
hash = "sha256-9iokhXkwmISjg8pOy11bax0KEfro2lpGLI9fbz2tpiY=";
hash = "sha256-YLGZJMBe5wKI9RccJ1ps48A3ZiPWMrzjZH4Fpy8K9yM=";
};
ldflags = [