lol

toast: 0.47.4 -> 0.47.5

+3 -3
+3 -3
pkgs/development/tools/toast/default.nix
··· 5 6 rustPlatform.buildRustPackage rec { 7 pname = "toast"; 8 - version = "0.47.4"; 9 10 src = fetchFromGitHub { 11 owner = "stepchowfun"; 12 repo = pname; 13 rev = "v${version}"; 14 - sha256 = "sha256-9uIZPmvjRjR9rRVp+rfLEjp6yDmf+87OglKqOwlRSEQ="; 15 }; 16 17 - cargoHash = "sha256-cO2mO7ZtFuoIs58Y53xb4q+Cr5V94WTEgYkOYB0aGvY="; 18 19 checkFlags = [ "--skip=format::tests::code_str_display" ]; # fails 20
··· 5 6 rustPlatform.buildRustPackage rec { 7 pname = "toast"; 8 + version = "0.47.5"; 9 10 src = fetchFromGitHub { 11 owner = "stepchowfun"; 12 repo = pname; 13 rev = "v${version}"; 14 + sha256 = "sha256-kAXzBJMAxHjZSK6lbpF+/27n9CGvq7x6Ay2TaFYgQSU="; 15 }; 16 17 + cargoHash = "sha256-681ZFS8dtn815VYdFwPEJXnuMGTycSuRPDxmj1kN3rs="; 18 19 checkFlags = [ "--skip=format::tests::code_str_display" ]; # fails 20