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
No known key found for this signature in database
GPG Key ID: C899ACE7E2322852
1 changed files with 2 additions and 2 deletions

View File

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