Skip to content

Commit

Permalink
_1password-gui: Fix aarch64 source hash
Browse files Browse the repository at this point in the history
  • Loading branch information
cor committed Oct 6, 2022
1 parent a66492c commit 376b216
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/applications/misc/1password-gui/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ in stdenv.mkDerivation rec {
if stdenv.hostPlatform.isAarch64 then
fetchurl {
url = "https://downloads.1password.com/linux/tar/stable/aarch64/1password-${version}.arm64.tar.gz";
sha256 = "0y456ssfsx4cy6pcnihiwi64y90s91399qhgs4abn4pp9wr0h08g";
sha256 = "sha256-SJDUfAFEwYnOR+y/6Dg2S/CkA84QogoRpMXOPP5PyrM=";
}
else
fetchurl {
Expand Down

0 comments on commit 376b216

Please sign in to comment.