buck: 2019.06.17.01 -> 2019.09.12.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-09-26 04:32:44 -07:00
parent 96ac71d680
commit 7c93929d3d

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "buck";
version = "2019.06.17.01";
version = "2019.09.12.01";
src = fetchFromGitHub {
owner = "facebook";
repo = pname;
rev = "v${version}";
sha256 = "1nmphjxqwp51j16qajgvi853dm7654x1w1737xr81zzpcbjw6qig";
sha256 = "02rid0r0swxa6n6hl89lcll7hgxn1wjh2kjzxcj4arm7d34243bw";
};
patches = [ ./pex-mtime.patch ];