fizz: 2024.01.22.00 -> 2024.03.11.00

This commit is contained in:
Siddhartha 2024-03-13 13:44:52 -04:00
parent 5ba9ce0e36
commit 6c1a293376
1 changed files with 2 additions and 2 deletions

View File

@ -19,13 +19,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "fizz";
version = "2024.01.22.00";
version = "2024.03.11.00";
src = fetchFromGitHub {
owner = "facebookincubator";
repo = "fizz";
rev = "refs/tags/v${finalAttrs.version}";
hash = "sha256-17EELvRrWhUprxvm1Ur0FYNimvY1qgK0YH8ehxtLpxM=";
hash = "sha256-IHWotiVUjGOvebXy4rwsh8U8UMxTrF1VaqXzZMjojiM=";
};
nativeBuildInputs = [ cmake ];