cvise: 2.11.0 -> 2.12.0

Changes: https://github.com/marxin/cvise/releases/tag/v2.12.0
This commit is contained in:
Sergei Trofimovich
2025-10-06 09:35:04 +01:00
parent 0bcf98ab2f
commit a72f23743b
2 changed files with 5 additions and 4 deletions
@@ -17,14 +17,14 @@
buildPythonApplication rec {
pname = "cvise";
version = "2.11.0";
version = "2.12.0";
format = "other";
src = fetchFromGitHub {
owner = "marxin";
repo = "cvise";
tag = "v${version}";
hash = "sha256-xaX3QMnTKXTXPuLzui0e0WgaQNvbz8u1JNRBkfe4QWg=";
hash = "sha256-UaWOHjgTiSVvpKKw6VFAeRAYkYp4y0Dnamzr7yhH0vQ=";
};
patches = [
+3 -2
View File
@@ -6576,8 +6576,9 @@ with pkgs;
css-html-js-minify = with python3Packages; toPythonApplication css-html-js-minify;
cvise = python3Packages.callPackage ../development/tools/misc/cvise {
# cvise keeps up with fresh llvm releases and supports wide version range
inherit (llvmPackages) llvm libclang;
# cvise needs a port to latest llvm-21:
# https://github.com/marxin/cvise/issues/340
inherit (llvmPackages_20) llvm libclang;
};
daggerfall-unity-unfree = daggerfall-unity.override {