buck: adhere to version schema convention

see issue #43717
This commit is contained in:
Pascal Wittmann
2018-07-20 22:53:05 +02:00
parent ba893d4e49
commit 4d1fd3775d

View File

@@ -1,8 +1,8 @@
{ stdenv, fetchFromGitHub, jdk, ant, python2, python2Packages, watchman, unzip, bash, makeWrapper }:
stdenv.mkDerivation rec {
name = "buck-${version}";
version = "v2017.10.01.01";
name = "buck-unstable-${version}";
version = "2017-10-01";
src = fetchFromGitHub {
owner = "facebook";