cvise: 2.6.0 -> 2.7.0

Among other things adds support for llvm-16.
This commit is contained in:
Sergei Trofimovich 2022-12-23 22:03:26 +00:00
parent b10a520017
commit efc83b137a

View file

@ -16,14 +16,14 @@
buildPythonApplication rec {
pname = "cvise";
version = "2.6.0";
version = "2.7.0";
format = "other";
src = fetchFromGitHub {
owner = "marxin";
repo = "cvise";
rev = "refs/tags/v${version}";
sha256 = "sha256-yREdWrGiH8Bb2bIxvlg4okGbkIM5XqC039Fj0rrsJos=";
sha256 = "sha256-j4s1xH0vO+/NNafQf1Jei7fgebSQ53WJKA+kYxuG2zQ=";
};
patches = [