folly: 2022.02.14.00 -> 2022.02.21.00

main
R. Ryantm 2 years ago committed by Jonathan Ringer
parent 3b26fc4a3d
commit 4bb2d9b4e5
  1. 4
      pkgs/development/libraries/folly/default.nix

@ -21,13 +21,13 @@
stdenv.mkDerivation rec {
pname = "folly";
version = "2022.02.14.00";
version = "2022.02.21.00";
src = fetchFromGitHub {
owner = "facebook";
repo = "folly";
rev = "v${version}";
sha256 = "sha256-tJuHzEi4nrj5jb6tmJeG21ggl4F+wvQyssEPNp/t6Ww=";
sha256 = "sha256-QCL+GLc6b4Ae3jUj7VCxnE7Yc1JJ8+P0/r41Zf0KYos=";
};
nativeBuildInputs = [

Loading…
Cancel
Save