Revert "graphviz: 8.0.5 -> 8.1.0"

This commit is contained in:
7c6f434c 2023-08-07 07:29:07 +00:00 committed by GitHub
parent 65a8bb46e3
commit 87511dee6d
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.1.0";
version = "8.0.5";
src = fetchFromGitLab {
owner = "graphviz";
repo = "graphviz";
rev = version;
hash = "sha256-xTdrtwSpizqf5tNRX0Q0w10mEk4S0X7cmxHj3Us14kY=";
hash = "sha256-s3AUOLZhehxs2GcDCsq87RVvsDli1NvvQtwI0AyUs4k=";
};
nativeBuildInputs = [