about summary refs log tree commit diff
path: root/pkgs/development/libraries/fizz
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2023-03-05 01:15:39 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2023-03-05 01:15:39 +0000
commit555ed584409a8d54f384321fdc035b4ea61341e1 (patch)
tree54e3f98cfc5a8ea2a6222f435b5b3fc5b1a87af2 /pkgs/development/libraries/fizz
parentf71c25b983d2724a3e98266ebee801088f504856 (diff)
fizz: 2023.02.20.00 -> 2023.02.27.00
Diffstat (limited to 'pkgs/development/libraries/fizz')
-rw-r--r--pkgs/development/libraries/fizz/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/fizz/default.nix b/pkgs/development/libraries/fizz/default.nix
index 182f4fba56e32..6ab107497fda2 100644
--- a/pkgs/development/libraries/fizz/default.nix
+++ b/pkgs/development/libraries/fizz/default.nix
@@ -19,13 +19,13 @@
 
 stdenv.mkDerivation rec {
   pname = "fizz";
-  version = "2023.02.20.00";
+  version = "2023.02.27.00";
 
   src = fetchFromGitHub {
     owner = "facebookincubator";
     repo = "fizz";
     rev = "v${version}";
-    hash = "sha256-qgp0E/xCbvMIndwUkqsvZuFY7333NviOkljqiMOhKtw=";
+    hash = "sha256-zb3O5YHQc+1cPcL0K3FwhMfr+/KFQU7SDVT1bEITF6E=";
   };
 
   nativeBuildInputs = [ cmake ];