7 pname = "nova-password";
10 src = fetchFromGitHub {
12 repo = "nova-password";
13 rev = "refs/tags/v${version}";
14 hash = "sha256-tjjP+LmYaqpzmTk3tgFqZlG1KEeAkfI7RxzSm97jWVU=";
17 vendorHash = "sha256-MwemuOaXGl0eF+lVtMCgbBeJGILmaeEHcbu+xp8Lm70=";
20 description = "Decrypt the admin password generated for the VM in OpenStack";
21 homepage = "https://github.com/sapcc/nova-password";
22 license = lib.licenses.asl20;
23 mainProgram = "nova-password";
24 maintainers = with lib.maintainers; [ vinetos ];
25 platforms = lib.platforms.all;