Merge pull request #247812 from 7c6f434c/graphviz-8.1.0

graphviz: 8.0.5 -> 8.1.0

authored by 7c6f434c and committed by GitHub 421a09a3 085578fe

+2 -2
+2 -2
pkgs/tools/graphics/graphviz/default.nix
··· 28 28 in 29 29 stdenv.mkDerivation rec { 30 30 pname = "graphviz"; 31 - version = "8.0.5"; 31 + version = "8.1.0"; 32 32 33 33 src = fetchFromGitLab { 34 34 owner = "graphviz"; 35 35 repo = "graphviz"; 36 36 rev = version; 37 - hash = "sha256-s3AUOLZhehxs2GcDCsq87RVvsDli1NvvQtwI0AyUs4k="; 37 + hash = "sha256-xTdrtwSpizqf5tNRX0Q0w10mEk4S0X7cmxHj3Us14kY="; 38 38 }; 39 39 40 40 nativeBuildInputs = [