Loading maintainers/maintainer-list.nix +6 −0 Original line number Diff line number Diff line Loading @@ -21841,6 +21841,12 @@ githubId = 19894025; name = "Vinny Meller"; }; vinylen = { email = "victor@viclab.se"; github = "vinylen"; githubId = 98466471; name = "Victor Nilsson"; }; vinymeuh = { email = "vinymeuh@gmail.com"; github = "vinymeuh"; Loading pkgs/tools/security/lastpass-cli/default.nix +3 −14 Original line number Diff line number Diff line { stdenv , lib , fetchFromGitHub , fetchpatch , asciidoc , cmake , docbook_xsl Loading @@ -15,25 +14,15 @@ stdenv.mkDerivation rec { pname = "lastpass-cli"; version = "1.3.6"; version = "1.6.0"; src = fetchFromGitHub { owner = "lastpass"; repo = pname; rev = "v${version}"; sha256 = "sha256-ntUBwZ0bVkkpvWK/jQBkLNpCYEDI14/ki0cLwYpEWXk="; sha256 = "sha256-F/E8Y9aSkx5fhra+ppVsO/NXP28RF+QoGBzUccTfjRQ="; }; patches = [ # Pull fix pending upstream inclusion for -fno-common toolchains: # https://github.com/lastpass/lastpass-cli/pull/576 (fetchpatch { name = "fno-common.patch"; url = "https://github.com/lastpass/lastpass-cli/commit/e3311cebdb29a3267843cf656a32f01c5062897e.patch"; sha256 = "1yjx2p98nb3n8ywc9lhf2zal5fswawb5i6lgnicdin23zngff5l8"; }) ]; nativeBuildInputs = [ asciidoc cmake docbook_xsl pkg-config ]; buildInputs = [ Loading @@ -57,6 +46,6 @@ stdenv.mkDerivation rec { homepage = "https://github.com/lastpass/lastpass-cli"; license = licenses.gpl2Plus; platforms = platforms.unix; maintainers = [ ]; maintainers = with maintainers; [ vinylen ]; }; } Loading
maintainers/maintainer-list.nix +6 −0 Original line number Diff line number Diff line Loading @@ -21841,6 +21841,12 @@ githubId = 19894025; name = "Vinny Meller"; }; vinylen = { email = "victor@viclab.se"; github = "vinylen"; githubId = 98466471; name = "Victor Nilsson"; }; vinymeuh = { email = "vinymeuh@gmail.com"; github = "vinymeuh"; Loading
pkgs/tools/security/lastpass-cli/default.nix +3 −14 Original line number Diff line number Diff line { stdenv , lib , fetchFromGitHub , fetchpatch , asciidoc , cmake , docbook_xsl Loading @@ -15,25 +14,15 @@ stdenv.mkDerivation rec { pname = "lastpass-cli"; version = "1.3.6"; version = "1.6.0"; src = fetchFromGitHub { owner = "lastpass"; repo = pname; rev = "v${version}"; sha256 = "sha256-ntUBwZ0bVkkpvWK/jQBkLNpCYEDI14/ki0cLwYpEWXk="; sha256 = "sha256-F/E8Y9aSkx5fhra+ppVsO/NXP28RF+QoGBzUccTfjRQ="; }; patches = [ # Pull fix pending upstream inclusion for -fno-common toolchains: # https://github.com/lastpass/lastpass-cli/pull/576 (fetchpatch { name = "fno-common.patch"; url = "https://github.com/lastpass/lastpass-cli/commit/e3311cebdb29a3267843cf656a32f01c5062897e.patch"; sha256 = "1yjx2p98nb3n8ywc9lhf2zal5fswawb5i6lgnicdin23zngff5l8"; }) ]; nativeBuildInputs = [ asciidoc cmake docbook_xsl pkg-config ]; buildInputs = [ Loading @@ -57,6 +46,6 @@ stdenv.mkDerivation rec { homepage = "https://github.com/lastpass/lastpass-cli"; license = licenses.gpl2Plus; platforms = platforms.unix; maintainers = [ ]; maintainers = with maintainers; [ vinylen ]; }; }