Unverified Commit 1b2fc9a5 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

mistral-vibe: 2.4.1 -> 2.4.2 (#499365)

parents 8a38e221 48577b41
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -12,14 +12,14 @@

python3Packages.buildPythonApplication (finalAttrs: {
  pname = "mistral-vibe";
  version = "2.4.1";
  version = "2.4.2";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "mistralai";
    repo = "mistral-vibe";
    tag = "v${finalAttrs.version}";
    hash = "sha256-iAW+ndHgODTrDOuF5DByiVvk+sHDRj7QTm1gOTSqc2I=";
    hash = "sha256-r/9kMhkoLfj9oEifFun/bpIQYEouqm9YEiWZVk07+S8=";
  };

  build-system = with python3Packages; [