11 src = fetchFromGitHub {
14 rev = "refs/tags/v${version}";
15 hash = "sha256-cKxTcfNjvwcDEw0Z1b50A4u0DUYXlGMMfGWJLPaSkcw=";
18 vendorHash = "sha256-RoRq9JZ8lOMtAluz8TB2RRuDEWFOBtWVhz21aTkXXy4=";
26 description = "Command line tool checking password safety";
27 homepage = "https://github.com/edoardottt/pwdsafety";
28 changelog = "https://github.com/edoardottt/pwdsafety/releases/tag/v${version}";
29 license = with licenses; [ gpl3Plus ];
30 maintainers = with maintainers; [ fab ];
31 mainProgram = "pwdsafety";