bazel-buildtools: add version to name

see issue #43717
This commit is contained in:
Pascal Wittmann 2018-07-20 22:50:48 +02:00
parent 70328c3ce9
commit ba893d4e49
No known key found for this signature in database
GPG Key ID: C899ACE7E2322852

View File

@ -1,7 +1,7 @@
{ stdenv, buildGoPackage, fetchFromGitHub }:
buildGoPackage rec {
name = "bazel-buildtools";
name = "bazel-buildtools-unstable-${version}";
version = "2018-05-24";
goPackagePath = "github.com/bazelbuild/buildtools";