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-17 23:50:19 -05:00
committed by Mario Rodas
parent 03acdd20be
commit 08bb1b5612
@@ -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;
}; };