Merge pull request #197727 from kilianar/graphviz-7.0.0

graphviz: 5.0.1 -> 7.0.0
This commit is contained in:
7c6f434c 2022-10-25 20:22:03 +00:00 committed by GitHub
commit 4322164eb3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -30,23 +30,15 @@ let
in
stdenv.mkDerivation rec {
pname = "graphviz";
version = "5.0.1";
version = "7.0.0";
src = fetchFromGitLab {
owner = "graphviz";
repo = "graphviz";
rev = version;
sha256 = "sha256-lcU6Pb45kg7AxXQ9lmqwAazT2JpGjBz4PzK+S5lpYa0=";
sha256 = "sha256-n+g4XNTSbCXOoL7JIE6uP9AZJj3YDfTG9EcmUA+r8hY=";
};
patches = [
(fetchpatch {
url = "https://gitlab.com/graphviz/graphviz/-/commit/8d662734b6a34709d9475b120e7ce3de872339e2.diff";
includes = [ "lib/*" ];
sha256 = "sha256-cqzUpK//2TnzWb7oSa/g8LJ61yr3O+Wiq5LsZzw34NE=";
})
];
nativeBuildInputs = [
autoreconfHook
pkg-config