Merge pull request #209461 from r-ryantm/auto-update/graphviz

graphviz: 7.0.2 -> 7.1.0
This commit is contained in:
7c6f434c 2023-02-20 06:35:30 +00:00 committed by GitHub
commit a813b69dcc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -30,13 +30,13 @@ let
in
stdenv.mkDerivation rec {
pname = "graphviz";
version = "7.0.2";
version = "7.1.0";
src = fetchFromGitLab {
owner = "graphviz";
repo = "graphviz";
rev = version;
hash = "sha256-iCpIKTGXZ1R3mbpbwv5ztdtjY7p9/NsJlA6u5lfpgdY=";
hash = "sha256-y91YiBJT45slK266UGfow7MFdrdMXZQm3FYBWs1YuuE=";
};
nativeBuildInputs = [