Merge pull request #253838 from SEbbaDK/lastpass-cli-update-1.3.6

lastpass-cli: 1.3.4 -> 1.3.6
This commit is contained in:
Mario Rodas 2023-09-13 07:30:54 -05:00 committed by GitHub
commit 55c9331992
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15,13 +15,13 @@
stdenv.mkDerivation rec {
pname = "lastpass-cli";
version = "1.3.4";
version = "1.3.6";
src = fetchFromGitHub {
owner = "lastpass";
repo = pname;
rev = "v${version}";
sha256 = "sha256-bPAENorvj48cyRpnMLmyENXlipSGhTLW+XVoyrPogTE=";
sha256 = "sha256-ntUBwZ0bVkkpvWK/jQBkLNpCYEDI14/ki0cLwYpEWXk=";
};
patches = [