Merge pull request #60738 from vdemeester/update-gotests
gotests: 1.5.2 -> 1.5.3
This commit is contained in:
commit
6e8c78e225
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
buildGoPackage rec {
|
buildGoPackage rec {
|
||||||
name = "gotests-${version}";
|
name = "gotests-${version}";
|
||||||
version = "1.5.2";
|
version = "1.5.3";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
|
|
||||||
goPackagePath = "github.com/cweill/gotests";
|
goPackagePath = "github.com/cweill/gotests";
|
||||||
@ -13,7 +13,7 @@ buildGoPackage rec {
|
|||||||
inherit rev;
|
inherit rev;
|
||||||
owner = "cweill";
|
owner = "cweill";
|
||||||
repo = "gotests";
|
repo = "gotests";
|
||||||
sha256 = "0ff2jvpc1xb5jr6dv9izlpfavxaivzirqmdmicpznrqjz0d56pri";
|
sha256 = "1c0hly31ax0wk01zdx0l0yl40xybaizjfb3gjxia2z0mgx330dq9";
|
||||||
};
|
};
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
|
7
pkgs/development/tools/gotests/deps.nix
generated
7
pkgs/development/tools/gotests/deps.nix
generated
@ -1,11 +1,12 @@
|
|||||||
|
# This file was generated by https://github.com/kamilchm/go2nix v1.3.0
|
||||||
[
|
[
|
||||||
{
|
{
|
||||||
goPackagePath = "golang.org/x/tools";
|
goPackagePath = "golang.org/x/tools";
|
||||||
fetch = {
|
fetch = {
|
||||||
type = "git";
|
type = "git";
|
||||||
url = "https://github.com/golang/tools";
|
url = "https://go.googlesource.com/tools";
|
||||||
rev = "96b5a5404f303f074e6117d832a9873c439508f0";
|
rev = "23463209683dad3f2b9cc7f7c2663e1847c59017";
|
||||||
sha256 = "1h6r9xyp1v3w2x8d108vzghn65l6ia2h895irypmrwymfcp30y42";
|
sha256 = "1shzfl4zixhj78v4f6y04bcmfl705yr5q8hp72ndbbma0mh09g8f";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
Loading…
Reference in New Issue
Block a user