9 rustPlatform.buildRustPackage rec {
13 src = fetchFromGitHub {
17 hash = "sha256-PhA7uC2gJcBnUQPWgZC51p/KTSxSGld3m+dd6BhW6q8=";
20 cargoHash = "sha256-mp2y5q0GYfSlB5aPC6MY9Go8a2JAiPKtVYL9SewfloI=";
26 buildInputs = lib.optionals stdenv.isDarwin [
27 darwin.apple_sdk.frameworks.Security
31 description = "Increments the version number of the current project.";
32 homepage = "https://github.com/wraithan/cargo-bump";
33 license = with licenses; [ isc ];
34 maintainers = with maintainers; [ cafkafk ];