Merge pull request #216012 from r-ryantm/auto-update/fizz

fizz: 2023.01.30.00 -> 2023.02.06.00
This commit is contained in:
Nick Cao 2023-02-13 09:20:44 +08:00 committed by GitHub
commit 1e883b6563
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -19,13 +19,13 @@
stdenv.mkDerivation rec {
pname = "fizz";
version = "2023.01.30.00";
version = "2023.02.06.00";
src = fetchFromGitHub {
owner = "facebookincubator";
repo = "fizz";
rev = "v${version}";
sha256 = "sha256-WyqDVoByBP91qGohNadr3iGpKEwZrURjr9mEaAdbfvs=";
sha256 = "sha256-JwRoIiSumT1jw5/VX/TkxpTJbrmLLke27xH8UHtrs2c=";
};
nativeBuildInputs = [ cmake ];