scaphandre 0 -> 1 attrpath: scaphandre Checking auto update branch... [version] [version] generic version rewriter does not support multiple hashes [rustCrateVersion] [rustCrateVersion] skipping because derivation has updateScript [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/i231bjc89y0mnlcrmawpmrj9j0768gz4-packages.json.drv building '/nix/store/i231bjc89y0mnlcrmawpmrj9j0768gz4-packages.json.drv'... Going to be running update for following packages: - scaphandre-0.5.0 Press Enter key to continue... Running update for: - scaphandre-0.5.0: UPDATING ... - scaphandre-0.5.0: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/servers/scaphandre/default.nix b/pkgs/servers/scaphandre/default.nix index 07aee5a715b3..586b674cc4a8 100644 --- a/pkgs/servers/scaphandre/default.nix +++ b/pkgs/servers/scaphandre/default.nix @@ -13,16 +13,16 @@ rustPlatform.buildRustPackage rec { pname = "scaphandre"; - version = "0.5.0"; + version = "1.0.0"; src = fetchFromGitHub { owner = "hubblo-org"; repo = pname; rev = "v${version}"; - hash = "sha256-cXwgPYTgom4KrL/PH53Fk6ChtALuMYyJ/oTrUKHCrzE="; + hash = "sha256-Y3TZJJ6ypZGGIEApDqiID7xWOSFTVjNQeDSomR3v5gY="; }; - cargoSha256 = "sha256-Vdkq9ShbHWepvIgHPjhKY+LmhjS+Pl84QelgEpen7Qs="; + cargoSha256 = "sha256-MUVZR86bbRKpprtmbkSUi6Vc4gRwD+l17jz+o5aBIOU="; nativeBuildInputs = [ pkg-config ]; buildInputs = [ openssl ]; @@ -31,7 +31,7 @@ rustPlatform.buildRustPackage rec { runHook preCheck # Work around to pass test due to non existing path - # https://github.com/hubblo-org/scaphandre/blob/v0.5.0/src/sensors/powercap_rapl.rs#L29 + # https://github.com/hubblo-org/scaphandre/blob/v1.0.0/src/sensors/powercap_rapl.rs#L29 export SCAPHANDRE_POWERCAP_PATH="$(mktemp -d)/scaphandre" mkdir -p "$SCAPHANDRE_POWERCAP_PATH" An auto update branch exists with message `scaphandre: 0.5.0 -> 1.0.0`. New version is 1.0.0. An auto update branch exists with an equal or greater version