buck: 2019.05.22.01 -> 2019.06.17.01

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/buck/versions
This commit is contained in:
R. RyanTM 2019-06-16 10:39:07 -07:00 committed by Mario Rodas
parent 03acdd20be
commit 08bb1b5612
No known key found for this signature in database
GPG key ID: 4C4BEFD7B18DC5E8

View file

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