Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

gotests: 1.5.2 -> 1.5.3 #60738

Merged
merged 1 commit into from May 2, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 2 additions & 2 deletions pkgs/development/tools/gotests/default.nix
Expand Up @@ -2,7 +2,7 @@

buildGoPackage rec {
name = "gotests-${version}";
version = "1.5.2";
version = "1.5.3";
rev = "v${version}";

goPackagePath = "github.com/cweill/gotests";
Expand All @@ -13,7 +13,7 @@ buildGoPackage rec {
inherit rev;
owner = "cweill";
repo = "gotests";
sha256 = "0ff2jvpc1xb5jr6dv9izlpfavxaivzirqmdmicpznrqjz0d56pri";
sha256 = "1c0hly31ax0wk01zdx0l0yl40xybaizjfb3gjxia2z0mgx330dq9";
};

meta = {
Expand Down
7 changes: 4 additions & 3 deletions pkgs/development/tools/gotests/deps.nix

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.