buck: 2021.01.12.01 -> 2021.05.05.01

https://github.com/facebook/buck/releases/tag/v2021.05.05.01
This commit is contained in:
Mario Rodas 2022-05-12 04:20:00 +00:00
parent f94bfc1465
commit af4fa0b084

View file

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "buck";
version = "2021.01.12.01";
version = "2021.05.05.01";
src = fetchFromGitHub {
owner = "facebook";
repo = pname;
rev = "v${version}";
sha256 = "sha256-NFiMQ+cG93R10LlkfUMzZ4TnV0uO5G+8S5TiMI6hU5o=";
sha256 = "sha256-mASJCLxW7320MXYUUWYfaxs9AbSdltxlae8OQsPUZJc=";
};
patches = [ ./pex-mtime.patch ];