Merge pull request #261396 from r-ryantm/auto-update/moq

moq: 0.3.2 -> 0.3.3
This commit is contained in:
Nick Cao 2023-10-16 12:28:10 -04:00 committed by GitHub
commit fd84c8f34e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "moq";
version = "0.3.2";
version = "0.3.3";
src = fetchFromGitHub {
owner = "matryer";
repo = "moq";
rev = "v${version}";
sha256 = "sha256-T+vBzhc9XafCeXsW4/24vOn4U7N1t0S8DXkPNav7I94=";
sha256 = "sha256-TOFWaPJ+XfgiQCVRXze29TG7Zfur0SV4mQNdgVIGj5o=";
};
vendorHash = "sha256-lfs61YK5HmUd3/qA4o9MiWeTFhu4MTAkNH+f0iGlRe0=";