gotests: 1.5.2 -> 1.5.3

Signed-off-by: Vincent Demeester <vincent@sbr.pm>
wip/yesman
Vincent Demeester 5 years ago
parent 523cccf073
commit 13a1c6bfe0
No known key found for this signature in database
GPG Key ID: C020502D6E2E5748
  1. 4
      pkgs/development/tools/gotests/default.nix
  2. 7
      pkgs/development/tools/gotests/deps.nix

@ -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";
@ -13,7 +13,7 @@ buildGoPackage rec {
inherit rev;
owner = "cweill";
repo = "gotests";
sha256 = "0ff2jvpc1xb5jr6dv9izlpfavxaivzirqmdmicpznrqjz0d56pri";
sha256 = "1c0hly31ax0wk01zdx0l0yl40xybaizjfb3gjxia2z0mgx330dq9";
};
meta = {

@ -1,11 +1,12 @@
# This file was generated by https://github.com/kamilchm/go2nix v1.3.0
[
{
goPackagePath = "golang.org/x/tools";
fetch = {
type = "git";
url = "https://github.com/golang/tools";
rev = "96b5a5404f303f074e6117d832a9873c439508f0";
sha256 = "1h6r9xyp1v3w2x8d108vzghn65l6ia2h895irypmrwymfcp30y42";
url = "https://go.googlesource.com/tools";
rev = "23463209683dad3f2b9cc7f7c2663e1847c59017";
sha256 = "1shzfl4zixhj78v4f6y04bcmfl705yr5q8hp72ndbbma0mh09g8f";
};
}
]

Loading…
Cancel
Save