Merge pull request #247569 from schuelermine/update/graphviz/8.1.0

graphviz: 8.0.5 -> 8.1.0
This commit is contained in:
7c6f434c 2023-08-07 07:04:39 +00:00 committed by GitHub
commit 836dff3441
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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