mise 0 -> 1 attrpath: mise 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/a4fns00xpb7applqfww7imr792dazcsa-packages.json.drv building '/nix/store/a4fns00xpb7applqfww7imr792dazcsa-packages.json.drv'... Going to be running update for following packages: - mise-2024.4.0 Press Enter key to continue... Running update for: - mise-2024.4.0: UPDATING ... - mise-2024.4.0: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/tools/misc/mise/default.nix b/pkgs/tools/misc/mise/default.nix index f013f6a03561..271bec3367b1 100644 --- a/pkgs/tools/misc/mise/default.nix +++ b/pkgs/tools/misc/mise/default.nix @@ -17,16 +17,16 @@ rustPlatform.buildRustPackage rec { pname = "mise"; - version = "2024.4.0"; + version = "2024.4.8"; src = fetchFromGitHub { owner = "jdx"; repo = "mise"; rev = "v${version}"; - hash = "sha256-l+Em04q40R5iTm4lNjY6sRE7Vu7UBl7lPNU9yj/hKzk="; + hash = "sha256-Vnvgs0T+m/b4j27bV4iDGyAuUjki+oF2elAtVZxrhFc="; }; - cargoHash = "sha256-BPPjR0o+M5sTBWRgq3kOL+94qnRKnskLyFRUEPlPQtA="; + cargoHash = "sha256-yMpU39SU4Ut7vUQdzkBjhf8p8yCU350HMYKGm5CCado="; nativeBuildInputs = [ installShellFiles pkg-config ]; buildInputs = [ openssl ] ++ lib.optionals stdenv.isDarwin [ Security SystemConfiguration ]; No auto update branch exists Successfully finished processing cachix "/nix/store/yvrz1ssd5hgxb3kfk0iriqr0y8bjh08h-mise-2024.4.8" [check][nixpkgs-review]