buildBazelPackage: build name from pname/version
and updated bazel-remote accordingly.
This commit is contained in:
committed by
Matthieu Coudron
parent
2b06415ca1
commit
1f9ab74d4c
@@ -7,7 +7,7 @@
|
||||
}:
|
||||
|
||||
buildBazelPackage rec {
|
||||
name = "bazel-remote-${version}";
|
||||
pname = "bazel-remote";
|
||||
version = "1.0.0";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
|
||||
Reference in New Issue
Block a user