1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-29 09:02:46 +00:00

cargo-raze: 0.2.10 -> 0.12.0

This commit is contained in:
Dmitry Ivankov 2021-04-15 13:28:21 +02:00
parent 62ec3db017
commit 08fc7507ce

View file

@ -3,17 +3,17 @@
rustPlatform.buildRustPackage rec {
pname = "cargo-raze";
version = "0.2.10";
version = "0.12.0";
src = fetchFromGitHub {
owner = "google";
repo = pname;
rev = "v${version}";
sha256 = "1fznh8jygzyzphw7762qc2jv0370z7qjqk1vkql0g246iqby8pq9";
sha256 = "161m4y6i4sgqi9mg3f3348f5cr0m45vhix4a4bcw54wnmhiklnnl";
};
sourceRoot = "source/impl";
cargoSha256 = "1z20xc508a3slc1ii3hy09swvlyib14zwf9akxc0h24d5m48as1c";
cargoSha256 = "1vlywdq0bx6b1k3w1grisca0hvv2s4s88yxq7bil8nhm5ghjgxdr";
nativeBuildInputs = [ pkg-config ];
buildInputs = [ curl libgit2 openssl ]