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

graphviz: 5.0.0 -> 5.0.1
This commit is contained in:
Bernardo Meurer 2022-08-24 13:00:50 -03:00 committed by GitHub
commit 4661bf2515
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -29,13 +29,13 @@ let
in
stdenv.mkDerivation rec {
pname = "graphviz";
version = "5.0.0";
version = "5.0.1";
src = fetchFromGitLab {
owner = "graphviz";
repo = "graphviz";
rev = version;
sha256 = "sha256-vDqVJJg2ezYGZPp7UtpvWfCypLBqRrr0aPMSyEN+IQo=";
sha256 = "sha256-lcU6Pb45kg7AxXQ9lmqwAazT2JpGjBz4PzK+S5lpYa0=";
};
nativeBuildInputs = [