Merge pull request #159659 from marsam/fix-1password-pname

_1password: rename pname to avoid collisions with 1password gui
This commit is contained in:
Mario Rodas 2022-02-12 16:44:59 -05:00 committed by GitHub
commit 4bbc7561c3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,7 +1,7 @@
{ lib, stdenv, fetchzip, autoPatchelfHook, fetchurl, xar, cpio }:
stdenv.mkDerivation rec {
pname = "1password";
pname = "1password-cli";
version = "1.12.2";
src =
if stdenv.isLinux then