summary refs log tree commit diff
path: root/pkgs/tools/security/sops
Commit message (Collapse)AuthorAge
* sops: 3.7.0 -> 3.7.1Mario Rodas2021-04-09
| | | | https://github.com/mozilla/sops/releases/tag/v3.7.1
* sops: 3.6.1 -> 3.7.0Mario Rodas2021-03-24
| | | | https://github.com/mozilla/sops/releases/tag/v3.7.0
* treewide: remove stdenv where not neededPavol Rusnak2021-01-25
|
* treewide: with stdenv.lib; in meta -> with lib;Profpatsch2021-01-11
| | | | | | | | | | | | | | | | | | | 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
* sops: 3.6.0 -> 3.6.1Mario Rodas2020-09-14
| | | | https://github.com/mozilla/sops/releases/tag/v3.6.1
* buildGoModule packages: set doCheck = falsezowoq2020-08-10
|
* buildGoModule packages: editorconfig fixeszowoq2020-07-31
|
* sops: 3.5.0 -> 3.6.0R. RyanTM2020-07-16
|
* go-modules: Update files to use vendorSha256Colin L Rice2020-05-14
|
* Revert "Merge pull request #83099 from marsam/fix-buildGoModule-packages-darwin"Jörg Thalheim2020-03-27
| | | | | | | This reverts commit 4e6bf03504c9e09f067cc6dee6b5aeec43a1405c, reversing changes made to afd997aab6e9b7a322198092c7828d6c560ac06f. Instead we propagate those frameworks from the compiler again
* sops: fix build on darwinMario Rodas2020-03-21
|
* sops: 3.4.0 -> 3.5.0Mario Rodas2019-11-22
|
* sops: 3.3.1 -> 3.4.0Mario Rodas2019-09-13
| | | | Changelog: https://github.com/mozilla/sops/releases/tag/3.4.0
* sops: 3.3.0 -> 3.3.1Mario Rodas2019-06-12
|
* sops: 3.2.0 -> 3.3.0Mario Rodas2019-04-18
|
* sops: 3.1.0 -> 3.2.0Martin Lu2018-11-15
|
* sops: 3.0.2 -> 3.1.0Mario Rodas2018-09-15
|
* pkgs/*: remove unreferenced function argumentsvolth2018-07-21
|
* sops: 2.0.8 -> 3.0.2Suvash Thapaliya2018-02-21
| | | | Update Mozilla Sops to the latest version
* sops: init at version 2.0.8Robert Scott2017-03-10