cargo-swift: 0.8.0 -> 0.9.0

This commit is contained in:
R. Ryantm 2025-04-17 20:22:27 +00:00
parent 181423e7a8
commit 7e8c478e28

View file

@ -6,17 +6,17 @@
rustPlatform.buildRustPackage rec { rustPlatform.buildRustPackage rec {
pname = "cargo-swift"; pname = "cargo-swift";
version = "0.8.0"; version = "0.9.0";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "antoniusnaumann"; owner = "antoniusnaumann";
repo = "cargo-swift"; repo = "cargo-swift";
rev = "v${version}"; rev = "v${version}";
hash = "sha256-T8cIZJwnA3bFMIEezMrh5LRXV1SRCAVLanQm7rmc0sU="; hash = "sha256-D6s25pOMdVZXBtBce/KEvqwn/9owrmxDOev3E59qrQ8=";
}; };
useFetchCargoVendor = true; useFetchCargoVendor = true;
cargoHash = "sha256-Zl5y2pHQIcLU5EDtmxsAv+/0n4DZ/qXwN4Prmm8Nd34="; cargoHash = "sha256-pypBvfVW7m9dAvrc9ftrBOJ/wC+xLUuhGr7g7DVdZDI=";
meta = with lib; { meta = with lib; {
description = "Cargo plugin to easily build Swift packages from Rust code"; description = "Cargo plugin to easily build Swift packages from Rust code";