python311Packages.catboost 0 -> 1 attrpath: python311Packages.catboost Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/336d6yjcnga0flyhrjmlsy4m3invgfvx-packages.json.drv building '/nix/store/336d6yjcnga0flyhrjmlsy4m3invgfvx-packages.json.drv'... Going to be running update for following packages: - python3.11-catboost-1.2.3 Press Enter key to continue... Running update for: - python3.11-catboost-1.2.3: UPDATING ... - python3.11-catboost-1.2.3: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/libraries/catboost/default.nix b/pkgs/development/libraries/catboost/default.nix index 6da5885223a6..d1aa9438be46 100644 --- a/pkgs/development/libraries/catboost/default.nix +++ b/pkgs/development/libraries/catboost/default.nix @@ -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="; + rev = "refs/tags/v${version}"; + hash = "sha256-2dfCCCa0LheytkLRbYuBd25M320f1kbhBWKIVjslor0="; }; patches = [ The derivation has no 'version' attribute, so do not know how to figure out the version while doing an updateScript update