mdsf: 0.11.0 -> 0.11.1 (#472554)

This commit is contained in:
Weijia Wang
2026-02-06 17:16:13 +00:00
committed by GitHub
+3 -3
View File
@@ -9,7 +9,7 @@
}:
let
pname = "mdsf";
version = "0.11.0";
version = "0.11.1";
in
rustPlatform.buildRustPackage {
inherit pname version;
@@ -18,10 +18,10 @@ rustPlatform.buildRustPackage {
owner = "hougesen";
repo = "mdsf";
tag = "v${version}";
hash = "sha256-hz28Aj4sD4/bA6T1ZUW50SzYV6dmM04vSgYwNSWyaVg=";
hash = "sha256-UfLgrukVYqkUKBI7CNLIkANO1md6ArrbSIh+f0F3bek=";
};
cargoHash = "sha256-dTQucEYGpsBhKonLJRtQziXkbEGkHL+w9FMi9+iLvnw=";
cargoHash = "sha256-dohbFCxoPPXZa6mKkDNmdkqH3T52hHiRTDgQJTJHfYU=";
# many tests fail for various reasons of which most depend on the build sandbox
doCheck = false;