15 stdenv.mkDerivation (finalAttrs: {
19 src = fetchFromGitHub {
22 rev = "v${finalAttrs.version}";
23 hash = "sha256-oQaGV/ROP9YFyL8owduKOZLjqyx9D35xH67gNKECduQ=";
41 description = "Easily create polkit authentication agents by using commands";
42 homepage = "https://github.com/OmarCastro/cmd-polkit";
43 changelog = "https://github.com/OmarCastro/cmd-polkit/blob/${finalAttrs.src.rev}/CHANGELOG";
44 license = licenses.lgpl21Only;
45 maintainers = with maintainers; [ daru-san ];
46 mainProgram = "cmd-polkit-agent";
47 platforms = platforms.linux;