Bump golang.org/x/crypto from 0.0.0-20220622213112-05595931fe9d to 0.6.0

Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.0.0-20220622213112-05595931fe9d to 0.6.0.
- [Release notes](https://github.com/golang/crypto/releases)
- [Commits](https://github.com/golang/crypto/commits/v0.6.0)

---
updated-dependencies:
- dependency-name: golang.org/x/crypto
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2023-02-28 08:55:18 +00:00 committed by Jörg Thalheim
parent a0fb6ed1b9
commit a75b5e093f
3 changed files with 192 additions and 12 deletions

View file

@ -1,5 +1,5 @@
{ pkgs ? import <nixpkgs> {} }: let
vendorSha256 = "sha256-3rU6jyy/fSjj2jjK2nb1kcI1xnxUp4pzrakdY1lvRz4=";
vendorSha256 = "sha256-QFvjmtCFxExFkJXZIS8Iw7WYu5WL291j3KTDVohTkqY=";
buildGoModule = if pkgs.lib.versionOlder pkgs.go.version "1.18" then pkgs.buildGo118Module else pkgs.buildGoModule;
sops-install-secrets = pkgs.callPackage ./pkgs/sops-install-secrets {