cargo-hack: 0.6.40 -> 0.6.41

This commit is contained in:
R. Ryantm
2026-01-09 02:23:38 +00:00
parent d3aeddb6b4
commit 03ea290ecf
+3 -3
View File
@@ -7,14 +7,14 @@
rustPlatform.buildRustPackage (finalAttrs: {
pname = "cargo-hack";
version = "0.6.40";
version = "0.6.41";
src = fetchCrate {
inherit (finalAttrs) pname version;
hash = "sha256-j2T4ElD69oMDTBVPSO6d1bjsJjoJieiaG+YNEmQ47aU=";
hash = "sha256-JfYsMlu+eYZvQ5HtAIhJ/y33BNkdj9LvQeSJUVL5F7Y=";
};
cargoHash = "sha256-1S7e/R3XCbNRQg152CqNuqieU+nfLXf5o8/5kC9UpSY=";
cargoHash = "sha256-fC9EUu0j/M2dfpFS5Th2pqveFia+lSEtQdaH6Xv32ww=";
# some necessary files are absent in the crate version
doCheck = false;