boost-build: drop spurious version infix

This commit is contained in:
Jörg Thalheim 2017-06-28 09:40:31 +01:00
parent 45f6bb6ba5
commit 33adb08080

View File

@ -1,7 +1,7 @@
{ stdenv, fetchFromGitHub }:
stdenv.mkDerivation rec {
name = "boost-build-2.0-${version}";
name = "boost-build-${version}";
version = "2016.03";
src = fetchFromGitHub {