fizz: 2023.02.27.00 -> 2023.03.06.00

This commit is contained in:
Fabian Affolter 2023-03-07 14:27:47 +01:00
parent 96a594e4f5
commit 23e0077d36

View File

@ -19,12 +19,12 @@
stdenv.mkDerivation rec {
pname = "fizz";
version = "2023.02.27.00";
version = "2023.03.06.00";
src = fetchFromGitHub {
owner = "facebookincubator";
repo = "fizz";
rev = "v${version}";
rev = "refs/tags/v${version}";
hash = "sha256-zb3O5YHQc+1cPcL0K3FwhMfr+/KFQU7SDVT1bEITF6E=";
};