20 stdenv.mkDerivation (finalAttrs: {
24 src = fetchFromGitHub {
25 owner = "konstantintutsch";
27 rev = "refs/tags/v${finalAttrs.version}";
28 hash = "sha256-eBOENp6qjHtNGRCV+n2IbH0BSgGZje1aT/0iaDsZz+4=";
37 glib # For `glib-compile-schemas`
38 gtk4 # For `gtk-update-icon-cache`
53 updateScript = nix-update-script { };
57 description = "Process data with GnuPG";
58 homepage = "https://konstantintutsch.com/Lock";
59 license = lib.licenses.mit;
60 maintainers = with lib.maintainers; [ getchoo ];
61 mainProgram = "com.konstantintutsch.Lock";
62 inherit (gpgme.meta) platforms;