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

go-minimock: 3.3.8 -> 3.3.9
This commit is contained in:
Raghav Sood 2024-05-18 14:25:42 +08:00 committed by GitHub
commit 5c131c8ba6
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.8";
version = "3.3.9";
src = fetchFromGitHub {
owner = "gojuno";
repo = "minimock";
rev = "v${version}";
sha256 = "sha256-FPp2CunPCVxuz+MUKyy1HQdWc9TeLG7ri5vI7ig/xeM=";
sha256 = "sha256-J/nZJrq7CKF5dYj096svBZf9SaD9ehIk/I293y7IQXc=";
};
ldflags = [