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

catboost: 1.2.3 -> 1.2.5
This commit is contained in:
Matthias Beyer 2024-05-22 12:19:33 +02:00 committed by GitHub
commit 1f3193aaf4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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 = [