Unverified Commit 1f3193aa authored by Matthias Beyer's avatar Matthias Beyer Committed by GitHub
Browse files

Merge pull request #308927 from r-ryantm/auto-update/catboost

catboost: 1.2.3 -> 1.2.5
parents 7e639934 0220f7cc
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -22,13 +22,13 @@ in

stdenv.mkDerivation (finalAttrs: {
  pname = "catboost";
  version = "1.2.3";
  version = "1.2.5";

  src = fetchFromGitHub {
    owner = "catboost";
    repo = "catboost";
    rev = "refs/tags/v${finalAttrs.version}";
    hash = "sha256-wn9STnpqX3zmdxPmMYAz9JPdg13Goux76CMaCiqohk8=";
    hash = "sha256-2dfCCCa0LheytkLRbYuBd25M320f1kbhBWKIVjslor0=";
  };

  patches = [