Unverified Commit 7ca57045 authored by Alyssa Ross's avatar Alyssa Ross Committed by GitHub
Browse files

cvise: 2.11.0 -> 2.12.0 (#445714)

parents 1fa5f27f a72f2374
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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
Original line number Diff line number Diff line
@@ -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 {