13 stdenv.mkDerivation rec {
18 url = "https://als.regnet.cz/fpm2/download/fpm2-${version}.tar.xz";
19 sha256 = "1lfzja3vzd6l6hfvw8gvg4qkl5iy6gra5pa8gjlps9l63k2bjfhz";
34 description = "GTK2 port from Figaro's Password Manager originally developed by John Conneely, with some new enhancements";
36 homepage = "https://als.regnet.cz/fpm2/";
37 license = licenses.gpl2Plus;
38 platforms = platforms.linux;
39 maintainers = with maintainers; [ hce ];