Unverified Commit 09a4ba87 authored by kirillrdy's avatar kirillrdy Committed by GitHub
Browse files

mistral-vibe: 2.4.0 -> 2.4.1 (#498677)

parents 7f58f16f ad8af67d
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.0";
  version = "2.4.1";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "mistralai";
    repo = "mistral-vibe";
    tag = "v${finalAttrs.version}";
    hash = "sha256-e5F4NZUQCgEYonQqC62+kWkHRWCJmMv+F2WOu9BRIFk=";
    hash = "sha256-iAW+ndHgODTrDOuF5DByiVvk+sHDRj7QTm1gOTSqc2I=";
  };

  build-system = with python3Packages; [