bazel-buildtools: 0.28.0 -> 0.29.0
This commit is contained in:
parent
b425012fdf
commit
b8ab4451b5
2 changed files with 9 additions and 9 deletions
|
@ -2,15 +2,15 @@
|
||||||
|
|
||||||
buildGoPackage rec {
|
buildGoPackage rec {
|
||||||
pname = "bazel-buildtools";
|
pname = "bazel-buildtools";
|
||||||
version = "0.28.0";
|
version = "0.29.0";
|
||||||
rev = "d7ccc5507c6c16e04f5e362e558d70b8b179b052";
|
rev = "5bcc31df55ec1de770cb52887f2e989e7068301f";
|
||||||
|
|
||||||
goPackagePath = "github.com/bazelbuild/buildtools";
|
goPackagePath = "github.com/bazelbuild/buildtools";
|
||||||
|
|
||||||
src = fetchgit {
|
src = fetchgit {
|
||||||
inherit rev;
|
inherit rev;
|
||||||
url = "https://github.com/bazelbuild/buildtools";
|
url = "https://github.com/bazelbuild/buildtools";
|
||||||
sha256 = "1d8zjgbg77sk27cz9pjz1h6ajwxqmvdzqgwa2jbh6iykibhpadq0";
|
sha256 = "0p2kgyawh3l46h7dzglqh9c7i16zr5mhmqlhy7qvr4skwif1l089";
|
||||||
};
|
};
|
||||||
|
|
||||||
goDeps = ./deps.nix;
|
goDeps = ./deps.nix;
|
||||||
|
|
|
@ -5,17 +5,17 @@
|
||||||
fetch = {
|
fetch = {
|
||||||
type = "git";
|
type = "git";
|
||||||
url = "https://github.com/golang/protobuf";
|
url = "https://github.com/golang/protobuf";
|
||||||
rev = "6c65a5562fc06764971b7c5d05c76c75e84bdbf7";
|
rev = "4c88cc3f1a34ffade77b79abc53335d1e511f25b";
|
||||||
sha256 = "1k1wb4zr0qbwgpvz9q5ws9zhlal8hq7dmq62pwxxriksayl6hzym";
|
sha256 = "0chbdc4q55z7myiwnbvhryc5ihf6cxh8p4w3c1imy2gyzjn9sf4r";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
goPackagePath = "github.com/google/skylark";
|
goPackagePath = "go.starlark.net";
|
||||||
fetch = {
|
fetch = {
|
||||||
type = "git";
|
type = "git";
|
||||||
url = "https://github.com/google/skylark";
|
url = "https://github.com/google/starlark-go";
|
||||||
rev = "a5f7082aabed29c0e429c722292c66ec8ecf9591";
|
rev = "988906f77f657477aa7ebf4d8fb5f12d6c50b767";
|
||||||
sha256 = "16vsa6ngsby27n6indj441r1glcdfgipjcwcb0rs6zl2dqlqr286";
|
sha256 = "0ivmbcq3avaxj8ixbc60h706d6wk9wi2mnsid6a483ia4yn7w9k8";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
Loading…
Reference in a new issue