cargo-dist: 0.18.0 -> 0.19.1

(cherry picked from commit 93682f498b)
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
This commit is contained in:
R. Ryantm 2024-07-18 05:04:54 +00:00 committed by Matthias Beyer
parent 605c41b8e6
commit dabc41be54
No known key found for this signature in database

View File

@ -14,16 +14,16 @@
rustPlatform.buildRustPackage rec {
pname = "cargo-dist";
version = "0.18.0";
version = "0.19.1";
src = fetchFromGitHub {
owner = "axodotdev";
repo = "cargo-dist";
rev = "v${version}";
hash = "sha256-r7f4Ev/ucOFo4cu8zy+UDb2aJh35IMjgwuQ96j0pnw8=";
hash = "sha256-7+z9TVeSwyYwdP+qlvm5CIiDcRGXsM+AyyZnugd3Xk8=";
};
cargoHash = "sha256-GvzYoCbpn/q+jXyIfNgZ7j0cyCiJk7ipICAeGgMfkyw=";
cargoHash = "sha256-BgU99C0SJuxEOmIYRX/iy4243tiMeKCvCwc0AvKMhsk=";
nativeBuildInputs = [
pkg-config