_1password-gui-beta: 8.9.0-1 -> 8.9.6-30

This commit is contained in:
Sebastian Sellmeier 2022-09-24 12:42:12 +02:00
parent ae1dc133ea
commit 2c9dfa828d
No known key found for this signature in database
GPG key ID: 51E2BE0CCC826F98

View file

@ -44,18 +44,18 @@ let
in stdenv.mkDerivation rec {
pname = "1password";
version = "8.9.0-1.BETA";
version = "8.9.6-30.BETA";
src =
if stdenv.hostPlatform.isAarch64 then
fetchurl {
url = "https://downloads.1password.com/linux/tar/beta/aarch64/1password-${version}.arm64.tar.gz";
sha256 = "0wxf1l6wh5m80f6s4f32j9i7f233lg162fw40770xxgwv8bl1f6a";
sha256 = "0j0v90i78y1m77gpn65iyjdy1xslv1mar1ihxj9jzcmva0nmdmra";
}
else
fetchurl {
url = "https://downloads.1password.com/linux/tar/beta/x86_64/1password-${version}.x64.tar.gz";
sha256 = "0vqrcwn5y350g91w3kh8n43gw21kck1cwim92dw9i0xxxch91hrg";
sha256 = "sha256-xBfpBkYff1X26Iu0Ee03lIiR6UdJOiaG+kZMVotG0Hc=";
};
nativeBuildInputs = [ makeWrapper ];