1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

moq: 0.3.4 -> 0.4.0

This commit is contained in:
R. Ryantm 2024-08-23 13:15:12 +00:00
parent 5b36ae93b0
commit f58856a85b

View file

@ -2,16 +2,16 @@
buildGoModule rec {
pname = "moq";
version = "0.3.4";
version = "0.4.0";
src = fetchFromGitHub {
owner = "matryer";
repo = "moq";
rev = "v${version}";
sha256 = "sha256-HJAfTTmsVIz/2gZxl5Sw+OMh6I6bjpZGd1afIjBWtXo=";
sha256 = "sha256-7egB+0JLHUbPc21XBC18M4m4fPqy1Qon3N9Fwkcmico=";
};
vendorHash = "sha256-2C5p2JTTCADGRsf0BMuxpQXk+25Q1YI25SSVE/5uZ1A=";
vendorHash = "sha256-Kp0mRLmOlV3UpYSQJoc54tYU78sg+RZ5qy/1ime7j7w=";
subPackages = [ "." ];