mdsf: 0.10.7 -> 0.10.8 (#451497)

This commit is contained in:
Nick Cao
2025-10-13 20:10:44 +00:00
committed by GitHub
+3 -3
View File
@@ -7,7 +7,7 @@
}:
let
pname = "mdsf";
version = "0.10.7";
version = "0.10.8";
in
rustPlatform.buildRustPackage {
inherit pname version;
@@ -16,10 +16,10 @@ rustPlatform.buildRustPackage {
owner = "hougesen";
repo = "mdsf";
tag = "v${version}";
hash = "sha256-DAniTRqFf+NNHPmmMWjBQN3M/quGDdjFMBezKcqVPnM=";
hash = "sha256-mvD4eBUIulPr4e7jj2As05svDH2BXJwSrWSOfMFJMzE=";
};
cargoHash = "sha256-h2D6FwI8YoCSp7UYy+4+TFt1JLCWoE5RZKmFfndsSHM=";
cargoHash = "sha256-atSGHGaRlXdHKvW1Gv23D6aBiBdjByg3sLUCXVqQyDY=";
# many tests fail for various reasons of which most depend on the build sandbox
doCheck = false;