10 src = fetchFromGitHub {
13 rev = "refs/tags/v${version}";
14 hash = "sha256-FnSlfLi40VwDyQY77PvhV7EbhUDs1uGx0VsgP8HgKTw=";
25 description = "Enumeration tool for publicly exposed Azure Storage blobs";
26 mainProgram = "goblob";
27 homepage = "https://github.com/Macmod/goblob";
28 changelog = "https://github.com/Macmod/goblob/releases/tag/v${version}";
29 license = licenses.mit;
30 maintainers = with maintainers; [ fab ];