7 rustPlatform.buildRustPackage {
11 src = fetchFromGitHub {
14 rev = "cdbaba9f198bd28bfad2fbc17011ce5c8c7ad957";
15 hash = "sha256-bzOjJ+/M0YWY4/r8cNARPVqbuLBeTllqFyVXhJz6ZMI=";
18 cargoHash = "sha256-egwL3z7uB4AcRwPT0uPrenyh4FSxhbZKMdkPhRztMbs=";
20 buildInputs = lib.optionals stdenv.hostPlatform.isDarwin [ Security ];
23 description = "Recursive blake2 digest (hash) of a file-system path";
24 homepage = "https://github.com/crev-dev/rblake2sum";
25 license = [ licenses.mit ];
26 maintainers = with maintainers; [ dpc ];
27 mainProgram = "rblake2sum";