0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-13 21:50:33 +03:00

Merge pull request #324427 from mistydemeo/cargo-dist-0_18_0

cargo-dist: 0.17.0 -> 0.18.0
This commit is contained in:
Weijia Wang 2024-07-04 15:43:54 +02:00 committed by GitHub
commit 6bda9db612
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -14,16 +14,16 @@
rustPlatform.buildRustPackage rec { rustPlatform.buildRustPackage rec {
pname = "cargo-dist"; pname = "cargo-dist";
version = "0.17.0"; version = "0.18.0";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "axodotdev"; owner = "axodotdev";
repo = "cargo-dist"; repo = "cargo-dist";
rev = "v${version}"; rev = "v${version}";
hash = "sha256-2P+AS4/nNZ9bYzpJSinw7xJb+RuUbnxvX+wxPvV1BKw="; hash = "sha256-r7f4Ev/ucOFo4cu8zy+UDb2aJh35IMjgwuQ96j0pnw8=";
}; };
cargoHash = "sha256-205TOqFp/LwCapH9ClgFrMLA+VSV2P0jDdPTo0ku87M="; cargoHash = "sha256-GvzYoCbpn/q+jXyIfNgZ7j0cyCiJk7ipICAeGgMfkyw=";
nativeBuildInputs = [ nativeBuildInputs = [
pkg-config pkg-config