Commit Graph

30 Commits

Author SHA1 Message Date
Jeffery Utter
360f43277f _1password: Fix Darwin Builds
The latest update to 1.9.1 broke builds on darwin, due to some paths
changing in the unpacked darwin package.

This updates the darwin unpackPhase to use the updated path.
2021-05-11 20:08:42 -05:00
Daniel Ethridge
dc34664cff _1password: 1.8.0 -> 1.9.1 2021-05-05 15:31:29 -04:00
Jonathan Pulsifer
3bba87b4d3
_1password: add aarch64-linux platform and source
Signed-off-by: Jonathan Pulsifer <jonathan@pulsifer.ca>
2021-02-06 12:33:43 -05:00
Ben Siraphob
108bdac3d9 pkgs/applications: stdenv.lib -> lib 2021-01-15 14:24:03 +07:00
Profpatsch
4a7f99d55d treewide: with stdenv.lib; in meta -> with lib;
Part of: https://github.com/NixOS/nixpkgs/issues/108938

meta = with stdenv.lib;

is a widely used pattern. We want to slowly remove
the `stdenv.lib` indirection and encourage people
to use `lib` directly. Thus let’s start with the meta
field.

This used a rewriting script to mostly automatically
replace all occurances of this pattern, and add the
`lib` argument to the package header if it doesn’t
exist yet.

The script in its current form is available at
https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix
2021-01-11 10:38:22 +01:00
freezeboy
ab33a5be6f _1password: 1.7.0 -> 1.8.0 2020-12-28 22:40:51 +01:00
Tim Steinbach
020ff6989a
1password: 1.1.1 -> 1.7.0 2020-09-24 16:50:38 -04:00
IvarWithoutBones
4389b67695 _1password: 1.0.0 -> 1.1.1 2020-07-04 01:35:35 +02:00
Nikola Knezevic
00ec55d043 1password: 0.10.0 -> 1.0.0 2020-06-07 20:16:45 +02:00
Corban Raun
c640f7efd1
_1password: do not strip binary on darwin(OSX) (#88091)
Stripping the binary on OSX causes op(1password) to fail immediately.
Setting dontStrip = true; fixes the issue.
Additionally, adding a very simple installCheck section for testing
purposes.

Co-authored-by: Corban Raun <craun@instructure.com>
2020-05-25 08:46:14 -05:00
Mario Rodas
92205ad660
_1password: 0.9.4 -> 0.10.0 2020-05-01 04:20:00 -05:00
Ivar
1b39c60fcd 1password: 0.7.0 -> 0.9.4 2020-04-12 16:04:19 +02:00
Mario Rodas
971bf59cd3
1password: 0.6.2 -> 0.7.0 2019-10-26 04:20:00 -05:00
Mario Rodas
859e637383
_1password: add marsam as maintainer 2019-09-28 16:20:00 -05:00
Mario Rodas
0d57e8a0e8
_1password: 0.6.1 -> 0.6.2 2019-09-28 15:15:15 -05:00
Mario Rodas
2af98a46c1
1password: 0.5.7 -> 0.6.1 2019-08-29 03:00:00 -05:00
Mario Rodas
75dd222252
1password: 0.5.6-003 -> 0.5.7 2019-06-30 04:20:00 -05:00
Mario Rodas
4c127d4c68
1password: 0.5.6 -> 0.5.6-003 2019-06-07 07:24:17 -05:00
Kevin Griffin
6233db03e7
1password: 0.5.5 -> 0.5.6 2019-06-06 13:34:44 +00:00
Kevin Griffin
cbf4bea1ac 1password: Update SHA256 hashes
Follows upstream re-signing from infrastructure change.
2019-04-29 02:13:27 +00:00
Mario Rodas
b3d8aa2677 1password: 0.5.4 -> 0.5.5 2019-01-06 13:17:41 +01:00
Mario Rodas
b065bb2133 1password: 0.5.3 -> 0.5.4 2018-11-03 20:44:31 -05:00
John Ericson
2c2f1e37d4 reewide: Purge all uses stdenv.system and top-level system
It is deprecated and will be removed after 18.09.
2018-08-30 17:20:32 -04:00
Mario Rodas
96bf79c2a1 1password: 0.5.1 -> 0.5.3 (#45452) 2018-08-22 12:32:24 +02:00
Mario Rodas
1b6190e005 1password: 0.4.1 -> 0.5.1 (#43981) 2018-08-01 15:19:07 +02:00
Mario Rodas
938a90f55d 1password: Remove unneeded dependency 2018-06-24 17:12:46 -05:00
Mario Rodas
48a619af54 1password: fix sha256 hash 2018-06-24 17:12:45 -05:00
Mario Rodas
6abc2bf406 1password: 0.4 -> 0.4.1 2018-05-20 17:01:32 -05:00
Mario Rodas
50cc81b83d 1password: Fix darwin build 2018-05-20 17:01:32 -05:00
Joel Burget
5d66a6bbdb 1password: init at version 0.4 (#40158) 2018-05-08 08:23:07 +01:00