3
0
Fork 0
forked from mirrors/nixpkgs

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

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";