Skip to content

Commit

Permalink
Merge pull request #127886 from r-ryantm/auto-update/cargo-release
Browse files Browse the repository at this point in the history
cargo-release: 0.14.0 -> 0.15.0
  • Loading branch information
Ma27 authored Jun 23, 2021
2 parents eb147bf + a5519a2 commit 9f810d9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/tools/package-management/cargo-release/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@

rustPlatform.buildRustPackage rec {
pname = "cargo-release";
version = "0.14.0";
version = "0.15.0";

src = fetchFromGitHub {
owner = "sunng87";
repo = "cargo-release";
rev = "v${version}";
sha256 = "sha256-vb2YpoF/mO/FQpXxVfJxECep5H7DCOKNcud9XqL3Bug=";
sha256 = "sha256-hEpPRAUPHz9lDTJLyDMUAS+dH6hlppvi3Bb3ahnYW9U=";
};

cargoSha256 = "sha256-F4Cr20EiWIu4ghE/rDzNEHhZGJWlC9jFXi6/rc4BFy8=";
cargoSha256 = "sha256-tOiralZWA21HBTxYWVB1LZH2ArfgY7HB45dVqHoXe/Q=";

nativeBuildInputs = [ pkg-config ];
buildInputs = [ openssl ]
Expand Down

0 comments on commit 9f810d9

Please sign in to comment.