graphviz: 12.1.0 -> 12.1.1
Changes: https://gitlab.com/graphviz/graphviz/-/blob/12.1.1/CHANGELOG.md
This commit is contained in:
@@ -32,13 +32,13 @@ let
|
||||
in
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "graphviz";
|
||||
version = "12.1.0";
|
||||
version = "12.1.1";
|
||||
|
||||
src = fetchFromGitLab {
|
||||
owner = "graphviz";
|
||||
repo = "graphviz";
|
||||
rev = version;
|
||||
hash = "sha256-C+FFmWExEzPsDAmUiu/HmRVmb1Km4dJujagxN+v0uWw=";
|
||||
hash = "sha256-r4V0iX+7169QG7nW2RjoUfrDh11zm6zdvtGt4E91kIE=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [
|
||||
|
||||
Reference in New Issue
Block a user