Loading pkgs/development/tools/misc/cvise/default.nix +2 −2 Original line number Diff line number Diff line Loading @@ -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 = [ Loading pkgs/top-level/all-packages.nix +3 −2 Original line number Diff line number Diff line Loading @@ -6527,8 +6527,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 { Loading Loading
pkgs/development/tools/misc/cvise/default.nix +2 −2 Original line number Diff line number Diff line Loading @@ -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 = [ Loading
pkgs/top-level/all-packages.nix +3 −2 Original line number Diff line number Diff line Loading @@ -6527,8 +6527,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 { Loading