cvise: 2.11.0 -> 2.12.0
Changes: https://github.com/marxin/cvise/releases/tag/v2.12.0
This commit is contained in:
@@ -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 = [
|
||||
|
||||
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user