moq: 0.2.7 -> 0.3.0

This commit is contained in:
R. Ryantm 2022-11-22 18:09:38 +00:00
parent 3bbdb106d6
commit 433ba342ee

View File

@ -2,16 +2,16 @@
buildGoModule rec {
pname = "moq";
version = "0.2.7";
version = "0.3.0";
src = fetchFromGitHub {
owner = "matryer";
repo = "moq";
rev = "v${version}";
sha256 = "sha256-me/KD8bgzA+VU7WrfKlk8HZTInJqhijLAVTiZcJRzms=";
sha256 = "sha256-RdFffcj17CZdI6kL+d5fp8B8gX493k8h0EzDq8BN+SY=";
};
vendorSha256 = "sha256-XTe52pytjZYJALBOcnytA8z/d3UHSKcU1lJmJm8Iawo=";
vendorSha256 = "sha256-lfs61YK5HmUd3/qA4o9MiWeTFhu4MTAkNH+f0iGlRe0=";
subPackages = [ "." ];