Merge pull request #263382 from msfjarvis/hs/cargo-dist-0.4.0

cargo-dist: 0.3.1 -> 0.4.0
This commit is contained in:
Fabián Heredia Montiel 2023-10-25 15:55:28 -06:00 committed by GitHub
commit 85befdd824
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,16 +13,16 @@
rustPlatform.buildRustPackage rec {
pname = "cargo-dist";
version = "0.3.1";
version = "0.4.0";
src = fetchFromGitHub {
owner = "axodotdev";
repo = "cargo-dist";
rev = "v${version}";
hash = "sha256-h3ga4H9gIS3H6krPqXyYHMIhlxFQPbEfZV8cpQWWhpw=";
hash = "sha256-Y4dCkyOAOQRnaHWMuPTpjgIqlnzYw+sQbTyxp1pO7oo=";
};
cargoHash = "sha256-RP4/bcKA+5tjBFkR6DGNUPLpi/1fZAsRZeLMRSg1aes=";
cargoHash = "sha256-Fuc5lToojwcRbcKrApQ8vxd8ZdjEJTDQULYfzV4K4GA=";
nativeBuildInputs = [
pkg-config
@ -38,7 +38,6 @@ rustPlatform.buildRustPackage rec {
nativeCheckInputs = [
git
] ++ lib.optionals stdenv.isDarwin [
rustup
];