graphviz: 7.1.0 -> 8.0.5

This commit is contained in:
R. Ryantm 2023-06-29 07:22:59 +00:00
parent 5de70018ed
commit d7474a3a1c

View File

@ -29,13 +29,13 @@ let
in
stdenv.mkDerivation rec {
pname = "graphviz";
version = "7.1.0";
version = "8.0.5";
src = fetchFromGitLab {
owner = "graphviz";
repo = "graphviz";
rev = version;
hash = "sha256-y91YiBJT45slK266UGfow7MFdrdMXZQm3FYBWs1YuuE=";
hash = "sha256-s3AUOLZhehxs2GcDCsq87RVvsDli1NvvQtwI0AyUs4k=";
};
nativeBuildInputs = [