Skip to content

Commit

Permalink
cargo-shuttle: 0.49.0 -> 0.50.0 (#372011)
Browse files Browse the repository at this point in the history
  • Loading branch information
NickCao authored Jan 8, 2025
2 parents 4648031 + f7aae26 commit a83d6a5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/by-name/ca/cargo-shuttle/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -11,17 +11,17 @@

rustPlatform.buildRustPackage rec {
pname = "cargo-shuttle";
version = "0.49.0";
version = "0.50.0";

src = fetchFromGitHub {
owner = "shuttle-hq";
repo = "shuttle";
rev = "v${version}";
hash = "sha256-97AiRgTPzkNsnxMTF0zleHVR6QYLyRlhguh2nz+duUM=";
hash = "sha256-D3o4GdGD/lP4bchjpyj684G1CDWMhnZHke131GAI1es=";
};

useFetchCargoVendor = true;
cargoHash = "sha256-eHmNGIcSXzFdfEHKKr0R+igtZbm8bPRFg2uhzJwKDhk=";
cargoHash = "sha256-hlYcDQi4wv43UBYSvnWUMunAKVCFVFA7hvxjaeGA2pA=";

nativeBuildInputs = [ pkg-config ];

Expand Down

0 comments on commit a83d6a5

Please sign in to comment.