Merge pull request #63227 from r-ryantm/auto-update/buck

buck: 2019.05.22.01 -> 2019.06.17.01
This commit is contained in:
Mario Rodas 2019-06-18 00:17:25 -05:00 committed by GitHub
commit 690011aaba
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 4 deletions

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "buck"; pname = "buck";
version = "2019.05.22.01"; version = "2019.06.17.01";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "facebook"; owner = "facebook";
repo = pname; repo = pname;
rev = "v${version}"; rev = "v${version}";
sha256 = "1fxprw18kd3cw1lzv4xi1lnbdni06hs4vm9yh0w548rsfn3wnmxq"; sha256 = "1nmphjxqwp51j16qajgvi853dm7654x1w1737xr81zzpcbjw6qig";
}; };
patches = [ ./pex-mtime.patch ]; patches = [ ./pex-mtime.patch ];
@ -34,9 +34,9 @@ stdenv.mkDerivation rec {
''; '';
meta = with stdenv.lib; { meta = with stdenv.lib; {
homepage = https://buckbuild.com/; homepage = "https://buck.build/";
description = "A high-performance build tool"; description = "A high-performance build tool";
maintainers = [ maintainers.jgertm ]; maintainers = [ maintainers.jgertm maintainers.marsam ];
license = licenses.asl20; license = licenses.asl20;
platforms = platforms.all; platforms = platforms.all;
}; };