folly: 2022.05.23.00 -> 2022.06.13.00

This commit is contained in:
R. Ryantm 2022-06-25 23:36:49 +00:00
parent d3ec37479d
commit 4202fe6805

View file

@ -21,13 +21,13 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "folly"; pname = "folly";
version = "2022.05.23.00"; version = "2022.06.13.00";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "facebook"; owner = "facebook";
repo = "folly"; repo = "folly";
rev = "v${version}"; rev = "v${version}";
sha256 = "sha256-ti/aqVg6b3ZPEI72AZNo/4NrtlI/mKQb39tlTw+3VG4="; sha256 = "sha256-30Fzk97wVK0JR/6YllyBjW9KlYrFj+GJpuV+V2bKXL8=";
}; };
nativeBuildInputs = [ nativeBuildInputs = [