cargo-swift: 0.9.0 -> 0.10.0

This commit is contained in:
R. Ryantm
2025-12-04 20:47:44 +00:00
parent cce859762f
commit d70bb510ae
+3 -3
View File
@@ -6,16 +6,16 @@
rustPlatform.buildRustPackage rec { rustPlatform.buildRustPackage rec {
pname = "cargo-swift"; pname = "cargo-swift";
version = "0.9.0"; version = "0.10.0";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "antoniusnaumann"; owner = "antoniusnaumann";
repo = "cargo-swift"; repo = "cargo-swift";
rev = "v${version}"; rev = "v${version}";
hash = "sha256-D6s25pOMdVZXBtBce/KEvqwn/9owrmxDOev3E59qrQ8="; hash = "sha256-koHQaYfMDc8GxQ+K7C1YluMY5u4cUGV8/Ehjt/KWl/g=";
}; };
cargoHash = "sha256-pypBvfVW7m9dAvrc9ftrBOJ/wC+xLUuhGr7g7DVdZDI="; cargoHash = "sha256-8aFISZ2nzCmxxKkX77jEOE/MWcKwyTw8IGTEbJ0mKWg=";
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";