11 src = fetchFromGitHub {
14 rev = "refs/tags/${version}";
15 hash = "sha256-RdbrxnyP9QKkrWRLxnWljlwjJHbK++f/U0WdyB9XDc0=";
18 vendorHash = "sha256-RvbK0ps/5Jg/IAk71WGYEcjM6LrbCSkUueSOUFeELis=";
26 description = "Tool to remotely dump secrets from the Windows registry";
27 homepage = "https://github.com/jfjallid/go-secdump";
28 changelog = "https://github.com/jfjallid/go-secdump/releases/tag/${version}";
29 license = licenses.mit;
30 maintainers = with maintainers; [ fab ];
31 mainProgram = "go-secdump";
32 platforms = lib.platforms.linux;