mdsf: 0.10.4 -> 0.10.5 (#436229)

authored by Yohann Boniface and committed by GitHub 7a77f067 e9a4a545

+3 -3
+3 -3
pkgs/by-name/md/mdsf/package.nix
··· 7 }: 8 let 9 pname = "mdsf"; 10 - version = "0.10.4"; 11 in 12 rustPlatform.buildRustPackage { 13 inherit pname version; ··· 16 owner = "hougesen"; 17 repo = "mdsf"; 18 tag = "v${version}"; 19 - hash = "sha256-NH3DE6ef1HuS5ADVFros+iDQMZVVgG8V9OuFzzkig8g="; 20 }; 21 22 - cargoHash = "sha256-dGqFRXezzqOpHA74fnLUGQAI8KgbPmWIL46UP0wza40="; 23 24 checkFlags = [ 25 # Failing due to the method under test trying to create a directory & write to the filesystem
··· 7 }: 8 let 9 pname = "mdsf"; 10 + version = "0.10.5"; 11 in 12 rustPlatform.buildRustPackage { 13 inherit pname version; ··· 16 owner = "hougesen"; 17 repo = "mdsf"; 18 tag = "v${version}"; 19 + hash = "sha256-m7VoGozJShEw6qVXScxgX7CCyIh62unVvzjq/W7Ynu8="; 20 }; 21 22 + cargoHash = "sha256-AMo2LPC6RviYu2qx202o0gFIIJdjNJxS/zY06TEcpKw="; 23 24 checkFlags = [ 25 # Failing due to the method under test trying to create a directory & write to the filesystem