{ rustPlatform, fetchFromGitHub, }: rustPlatform.buildRustPackage (finalAttrs: { pname = "warcat"; version = "0.3.4"; src = fetchFromGitHub { owner = "chfoo"; repo = "warcat-rs"; rev = "v${finalAttrs.version}"; hash = "sha256-3WrTUyR1j/npru/DFKLBbbqoo0brZuitO4tezqUoMBE="; }; cargoHash = "sha256-Q2Y6Ybp30paob+8dAmyhw/y1AK26OdnL6hZRd/YJw80="; cargoDepsName = finalAttrs.pname; buildFeatures = [ "bin" ]; })