tombi: 0.7.27 -> 0.7.28 (#489863)

This commit is contained in:
Nick Cao
2026-02-12 23:14:23 +00:00
committed by GitHub
+3 -3
View File
@@ -9,19 +9,19 @@
rustPlatform.buildRustPackage (finalAttrs: {
pname = "tombi";
version = "0.7.27";
version = "0.7.28";
src = fetchFromGitHub {
owner = "tombi-toml";
repo = "tombi";
tag = "v${finalAttrs.version}";
hash = "sha256-5rRHaeUBbhYSZ6Fi6l330SLtpoqxTGErpVUxsaeeWug=";
hash = "sha256-K3MB3G/+nN1FgcPiUnQlEArosre5pkZwx5+RgVjOcFM=";
};
# Tests relies on the presence of network
doCheck = false;
cargoBuildFlags = [ "--package tombi-cli" ];
cargoHash = "sha256-B5af/Y8ysJ1NTOSsstAR9jS3k7hDbL7vcv+oNwy3HZU=";
cargoHash = "sha256-cvFD7Yi2Lu6j8uUlntPapeKgNwiqZkf701JJ3yp3cc0=";
postPatch = ''
substituteInPlace Cargo.toml \