Loading pkgs/development/libraries/libgit2/default.nix +2 −2 Original line number Diff line number Diff line Loading @@ -16,14 +16,14 @@ stdenv.mkDerivation rec { pname = "libgit2"; version = "1.5.0"; version = "1.5.1"; # also check the following packages for updates: python3.pkgs.pygit2 and libgit2-glib src = fetchFromGitHub { owner = "libgit2"; repo = "libgit2"; rev = "v${version}"; sha256 = "sha256-lXFQo+tt56BFoPgdkTfz6WdIngeotTm+8cAGcBP6XqY="; sha256 = "sha256-KzBMwpqn6wUFhgB3KDclBS0BvZSVcasM5AG/y+L91xM="; }; cmakeFlags = [ Loading Loading
pkgs/development/libraries/libgit2/default.nix +2 −2 Original line number Diff line number Diff line Loading @@ -16,14 +16,14 @@ stdenv.mkDerivation rec { pname = "libgit2"; version = "1.5.0"; version = "1.5.1"; # also check the following packages for updates: python3.pkgs.pygit2 and libgit2-glib src = fetchFromGitHub { owner = "libgit2"; repo = "libgit2"; rev = "v${version}"; sha256 = "sha256-lXFQo+tt56BFoPgdkTfz6WdIngeotTm+8cAGcBP6XqY="; sha256 = "sha256-KzBMwpqn6wUFhgB3KDclBS0BvZSVcasM5AG/y+L91xM="; }; cmakeFlags = [ Loading