Skip to content

Commit

Permalink
cargo-c: 0.6.15 -> 0.6.18
Browse files Browse the repository at this point in the history
  • Loading branch information
primeos committed Nov 23, 2020
1 parent 8c24e6e commit c8d1e5d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pkgs/development/tools/rust/cargo-c/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

rustPlatform.buildRustPackage rec {
pname = "cargo-c";
version = "0.6.15";
version = "0.6.18";

src = stdenv.mkDerivation rec {
name = "${pname}-source-${version}";
Expand All @@ -14,11 +14,11 @@ rustPlatform.buildRustPackage rec {
owner = "lu-zero";
repo = pname;
rev = "v${version}";
sha256 = "04hrk3vy8294vxcsggdpcs8hg3ykzj2564ifsqc4zwz4b4wd1p8l";
sha256 = "1dh5z210nl8grjxb8zxch8h7799w61bah7r2j0s07091rcpfsrsb";
};
cargoLock = fetchurl {
url = "https://github.com/lu-zero/${pname}/releases/download/v${version}/Cargo.lock";
sha256 = "0rqb6ssqsdlm8zbshbxkwxlyy7j7p2gyficavzz33cw9g6fpmzbd";
sha256 = "1h5wmfmm2a2ilyw3ar88rqm7yvdc2vhyx4pgg781615ax52fhjli";
};

installPhase = ''
Expand All @@ -28,7 +28,7 @@ rustPlatform.buildRustPackage rec {
'';
};

cargoSha256 = "1q2s28nqd6l9qmhmdksdjjlypxry5ff18i2pgwmgiilcry51mj4b";
cargoSha256 = "0ll9p2rbnw46zd9m2bmdmn99v9jjjf8i33xpkvd1rx42ki7sys62";

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

0 comments on commit c8d1e5d

Please sign in to comment.