_1password-gui-beta: 8.7.0-49.BETA -> 8.8.0-11.BETA

This commit is contained in:
Maxine Aubrey 2022-05-06 13:00:34 +02:00
parent 02f86f3dbd
commit fa1ea67333
No known key found for this signature in database
GPG Key ID: F6FE033DFCB899F7

View File

@ -42,11 +42,11 @@ let
in stdenv.mkDerivation rec {
pname = "1password";
version = "8.7.0-49.BETA";
version = "8.8.0-11.BETA";
src = fetchurl {
url = "https://downloads.1password.com/linux/tar/beta/x86_64/1password-${version}.x64.tar.gz";
sha256 = "sha256-cYT9Pi2WEjZQ5P7Dr84l65AHyD8tZrYC+m4hFxSsNd4=";
sha256 = "sha256-HU+nIz3aKXXdBWEBMSRlbi8yZ+JEsE33o6nfbWRgpBo=";
};
nativeBuildInputs = [ makeWrapper ];