Unverified Commit bf792487 authored by Mario Rodas's avatar Mario Rodas Committed by GitHub
Browse files

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

fizz: 2023.02.06.00 -> 2023.02.20.00
parents f940323d bee6421d
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -19,13 +19,13 @@

stdenv.mkDerivation rec {
  pname = "fizz";
  version = "2023.02.06.00";
  version = "2023.02.20.00";

  src = fetchFromGitHub {
    owner = "facebookincubator";
    repo = "fizz";
    rev = "v${version}";
    sha256 = "sha256-JwRoIiSumT1jw5/VX/TkxpTJbrmLLke27xH8UHtrs2c=";
    hash = "sha256-qgp0E/xCbvMIndwUkqsvZuFY7333NviOkljqiMOhKtw=";
  };

  nativeBuildInputs = [ cmake ];