graphviz: 7.0.2 -> 7.1.0

This commit is contained in:
R. Ryantm 2023-02-12 08:16:58 +00:00
parent 4d4ee0650f
commit c70c35601a

View file

@ -30,13 +30,13 @@ let
in in
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "graphviz"; pname = "graphviz";
version = "7.0.2"; version = "7.1.0";
src = fetchFromGitLab { src = fetchFromGitLab {
owner = "graphviz"; owner = "graphviz";
repo = "graphviz"; repo = "graphviz";
rev = version; rev = version;
hash = "sha256-iCpIKTGXZ1R3mbpbwv5ztdtjY7p9/NsJlA6u5lfpgdY="; hash = "sha256-y91YiBJT45slK266UGfow7MFdrdMXZQm3FYBWs1YuuE=";
}; };
nativeBuildInputs = [ nativeBuildInputs = [