7 rustPlatform.buildRustPackage rec {
10 src = fetchFromGitHub {
14 hash = "sha256-9gOOSLejVfR1KJMhcNuKDkuTOvPC6sNG8xQOZlt8NxI=";
17 cargoHash = "sha256-U6RzSS2j6FK70OHlmWmHZZYT3UB0+Hi+uLofLy+XtGQ=";
19 nativeInstallCheckInputs = [
22 doInstallCheck = true;
23 versionCheckProgram = "${placeholder "out"}/bin/${meta.mainProgram}";
26 maintainers = with lib.maintainers; [ xddxdd ];
27 description = "Reading and writing Unreal Engine save files (commonly referred to as GVAS)";
28 homepage = "https://github.com/trumank/uesave-rs";
29 license = lib.licenses.mit;
30 mainProgram = "uesave";