summary refs log tree commit diff
path: root/pkgs/applications/misc/1password
diff options
context:
space:
mode:
authorKevin Griffin <me@kevin.jp>2019-04-27 19:54:50 +0900
committerKevin Griffin <me@kevin.jp>2019-04-29 02:13:27 +0000
commitcbf4bea1accb6bff15a9ef2db552fa4105991000 (patch)
tree133b406179f58b87dc6bb32755a268e765be0d23 /pkgs/applications/misc/1password
parent75d150f9daacd76a5f0d2fc5329e347b65aab05b (diff)
downloadnixpkgs-cbf4bea1accb6bff15a9ef2db552fa4105991000.tar
nixpkgs-cbf4bea1accb6bff15a9ef2db552fa4105991000.tar.gz
nixpkgs-cbf4bea1accb6bff15a9ef2db552fa4105991000.tar.bz2
nixpkgs-cbf4bea1accb6bff15a9ef2db552fa4105991000.tar.lz
nixpkgs-cbf4bea1accb6bff15a9ef2db552fa4105991000.tar.xz
nixpkgs-cbf4bea1accb6bff15a9ef2db552fa4105991000.tar.zst
nixpkgs-cbf4bea1accb6bff15a9ef2db552fa4105991000.zip
1password: Update SHA256 hashes
Follows upstream re-signing from infrastructure change.
Diffstat (limited to 'pkgs/applications/misc/1password')
-rw-r--r--pkgs/applications/misc/1password/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/misc/1password/default.nix b/pkgs/applications/misc/1password/default.nix
index 6de7c3daed1..d1c54efe89d 100644
--- a/pkgs/applications/misc/1password/default.nix
+++ b/pkgs/applications/misc/1password/default.nix
@@ -7,19 +7,19 @@ stdenv.mkDerivation rec {
     if stdenv.hostPlatform.system == "i686-linux" then
       fetchzip {
         url = "https://cache.agilebits.com/dist/1P/op/pkg/v${version}/op_linux_386_v${version}.zip";
-        sha256 = "14qx69fq1a3h93h167nhwp6gxka8r34295p82kim9grijrx5zz5f";
+        sha256 = "1jwkvj6xxfgn08j6wzwcra3p1dp04vblzr2g5s1y3bj4r7gs4gax";
         stripRoot = false;
       }
     else if stdenv.hostPlatform.system == "x86_64-linux" then
       fetchzip {
         url = "https://cache.agilebits.com/dist/1P/op/pkg/v${version}/op_linux_amd64_v${version}.zip";
-        sha256 = "1jh1sk07k3whbr0rvc4kf221wskcdbk0zpxaj49qbwq1d89cjnpg";
+        sha256 = "1svic2b2msbwzfx3qxfglxp0jjzy3p3v78273wab942zh822ld8b";
         stripRoot = false;
       }
     else if stdenv.hostPlatform.system == "x86_64-darwin" then
       fetchzip {
         url = "https://cache.agilebits.com/dist/1P/op/pkg/v${version}/op_darwin_amd64_v${version}.zip";
-        sha256 = "1s6gw2qwsbhj4z9nrwrxs776y45ingpfp9533qz0gc1pk7ia99js";
+        sha256 = "03bnwn06066hvp0n30260mhvkjr60dl93nj9l7p6a0ndcv7w77r8";
         stripRoot = false;
       }
     else throw "Architecture not supported";