Merge pull request #247680 from NixOS/revert-247569-update/graphviz/8.1.0

Revert "graphviz: 8.0.5 -> 8.1.0"
This commit is contained in:
7c6f434c
2023-08-07 08:17:28 +00:00
committed by GitHub
+2 -2
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 = [