about summary refs log tree commit diff
path: root/pkgs/servers/trezord
AgeCommit message (Collapse)AuthorFilesLines
2022-11-06trezord: 2.0.31 -> 2.0.32Pavol Rusnak1-3/+10
2022-04-14treewide: add meta.mainProgram to many packagesMalo Bourgon1-0/+1
2021-04-09trezord: 2.0.30 -> 2.0.31Pavol Rusnak1-3/+3
2021-03-10trezord: formatSandro Jäckel1-4/+4
2021-03-08trezord: fix build on darwinPavol Rusnak1-1/+4
2021-01-25treewide: remove stdenv where not neededPavol Rusnak1-1/+1
2021-01-11treewide: with stdenv.lib; in meta -> with lib;Profpatsch1-2/+2
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
2020-12-27trezord: TREZOR -> TrezorPavol Rusnak1-1/+1
2020-11-09trezord: 2.0.29 -> 2.0.30Pavol Rusnak1-6/+10
2020-08-18maintainers: 1000101 -> _1000101zowoq1-1/+1
2020-03-09trezord-go: 2.0.28 -> 2.0.29Marek Mahut1-2/+2
2020-02-11trezord-go: 2.0.27 -> 2.0.28Marek Mahut1-2/+2
2019-10-30trezor-udev-rules: init at unstable-2019-07-17Pavol Rusnak1-1/+3
2019-10-27stop using hardeningDisable = [ "fortify" ]; for Go packagesPavol Rusnak1-3/+0
it seems that the issue #25959 is not present anymore
2019-08-24Merge branch 'master' into staging-nextVladimír Čunát1-1/+1
There ver very many conflicts, basically all due to name -> pname+version. Fortunately, almost everything was auto-resolved by kdiff3, and for now I just fixed up a couple evaluation problems, as verified by the tarball job. There might be some fallback to these conflicts, but I believe it should be minimal. Hydra nixpkgs: ?compare=1538299
2019-08-19tree-wide: fix malformed meta.maintainerstilpner1-1/+1
These packages stood out while processing packages.json.gz, where the maintainer field of some packages wasn't a list of sets, but a nested list, or a string.
2019-08-15treewide: name -> pname (easy cases) (#66585)volth1-1/+1
treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
2019-05-28trezord-go: 2.0.26 -> 2.0.27Marek Mahut1-4/+4
2019-03-15trezord: 2.0.25 -> 2.0.26 (#57698)Pavol Rusnak1-3/+3
2019-02-18Replace platforms.linux with platforms.darwin for expressions that compile ↵Freezeboy1-1/+1
on darwin too (too restrictive platforms)
2018-11-30trezord: 2.0.24 -> 2.0.25Ján Hrnko1-2/+2
2018-10-17trezord: 2.0.19 -> 2.0.24Russell O'Connor1-2/+2
2018-09-24trezord: 2.0.14 -> 2.0.1910001011-5/+5
2018-06-27trezord: 2.0.12 -> 2.0.14 (#42627)William Casarin1-2/+2
Tested-by: William Casarin <jb55@jb55.com> Signed-off-by: William Casarin <jb55@jb55.com>
2018-04-11trezord: 1.2.1 -> 2.0.12Russell O'Connor2-70/+13
The old trezord is obsolete and no longer functions with Trezor's password manager app.
2017-09-11trezord: rebuild protobuf filesNikolay Amiantov1-2/+16
This allows it to build with Protobuf 3.6
2017-08-30trezord: 1.2.0 -> 1.2.1William Casarin1-4/+4
Progress on: #28643
2017-02-08trezord: init at 1.2.0 (#22054)Andrew Cann2-0/+69