Merge pull request #228840 from r-ryantm/auto-update/fb303

fb303: 2023.02.20.00 -> 2023.04.24.00
This commit is contained in:
Weijia Wang 2023-04-29 11:29:40 +03:00 committed by GitHub
commit 3a37349f58
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -16,13 +16,13 @@
stdenv.mkDerivation rec {
pname = "fb303";
version = "2023.02.20.00";
version = "2023.04.24.00";
src = fetchFromGitHub {
owner = "facebook";
repo = "fb303";
rev = "v${version}";
sha256 = "sha256-cGJz7ArifkB6c5ukU9hoTqngZDTLZfSpdQ2Vx1gWntw=";
sha256 = "sha256-dhqHv+A4uak1FxKNqIsYlQl2WiP5+Y9I83pumpFbJDA=";
};
nativeBuildInputs = [ cmake ];