mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-18 19:51:17 +00:00
Merge pull request #309931 from Hornwall/update-beyond-identity
beyond-identity: 2.60.0-0 -> 2.97.0-0
This commit is contained in:
commit
a7d03e8c38
|
@ -5,7 +5,7 @@
|
||||||
|
|
||||||
let
|
let
|
||||||
pname = "beyond-identity";
|
pname = "beyond-identity";
|
||||||
version = "2.60.0-0";
|
version = "2.97.0-0";
|
||||||
libPath = lib.makeLibraryPath ([ glib glibc openssl tpm2-tss gtk3 gnome.gnome-keyring polkit polkit_gnome ]);
|
libPath = lib.makeLibraryPath ([ glib glibc openssl tpm2-tss gtk3 gnome.gnome-keyring polkit polkit_gnome ]);
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "Passwordless MFA identities for workforces, customers, and developers";
|
description = "Passwordless MFA identities for workforces, customers, and developers";
|
||||||
|
@ -22,7 +22,7 @@ let
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "https://packages.beyondidentity.com/public/linux-authenticator/deb/ubuntu/pool/focal/main/b/be/${pname}_${version}/${pname}_${version}_amd64.deb";
|
url = "https://packages.beyondidentity.com/public/linux-authenticator/deb/ubuntu/pool/focal/main/b/be/${pname}_${version}/${pname}_${version}_amd64.deb";
|
||||||
hash = "sha512-JrHLf7KkJVbJLxx54OTvOSaIzY3+hjX+bpkeBHKX23YriCJssUUvEP6vlbI4r6gjMMFMhW92k0iikAgD1Tr4ug==";
|
hash = "sha512-aOQi0hG7AZ3lIAPCDgGAjqVmNCuqFC62CjI9XPLBpvbxBgr2yi7alP952i31MufzzruzVweoQb8SWgNIHq/zIw==";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
|
@ -38,9 +38,6 @@ let
|
||||||
|
|
||||||
rm -rf usr/share/doc
|
rm -rf usr/share/doc
|
||||||
|
|
||||||
# https://github.com/NixOS/nixpkgs/issues/42117
|
|
||||||
sed -i -e 's/auth_self/yes/g' usr/share/polkit-1/actions/com.beyondidentity.endpoint.stepup.policy
|
|
||||||
|
|
||||||
cp -ar usr/{bin,share} $out
|
cp -ar usr/{bin,share} $out
|
||||||
cp -ar opt/beyond-identity/bin $out/opt/beyond-identity
|
cp -ar opt/beyond-identity/bin $out/opt/beyond-identity
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue