go-minimock 3.1.1 -> 3.1.2 https://github.com/gojuno/minimock/releases attrpath: go-minimock Checking auto update branch... No auto update branch exists Old version 3.1.1" not present in master derivation file with contents: { lib, buildGoModule, fetchFromGitHub }: buildGoModule rec { pname = "go-minimock"; version = "3.1.2"; src = fetchFromGitHub { owner = "gojuno"; repo = "minimock"; rev = "v${version}"; sha256 = "sha256-r1P9uLIxdDDI+slWO/K3nKf5gmsCEVfephrR+ZCXhBE="; }; ldflags = [ "-s" "-w" "-X main.version=${version}" ]; vendorHash = "sha256-fiSU2NB9rWIPQLdnui5CB5VcadTVUg2JaO3ma7DAYqo="; doCheck = true; subPackages = [ "cmd/minimock" "." ]; meta = with lib; { homepage = "https://github.com/gojuno/minimock"; description = "A golang mock generator from interfaces"; license = licenses.mit; maintainers = with maintainers; [ svrana ]; mainProgram = "minimock"; }; }