doppler: 3.41.0 -> 3.42.0

* doppler: 3.41.0 -> 3.42.0

* doppler: fix typo in description

Co-authored-by: superherointj <5861043+superherointj@users.noreply.github.com>
This commit is contained in:
R. RyanTM 2022-08-31 11:55:31 -07:00 committed by GitHub
parent 0d219abb68
commit 252244a9fd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "doppler";
version = "3.41.0";
version = "3.42.0";
src = fetchFromGitHub {
owner = "dopplerhq";
repo = "cli";
rev = version;
sha256 = "sha256-nYw3ZEGrqmuo6UKtlE+xS/mX1P5VXZ0zn8s/3K3k0jk=";
sha256 = "sha256-bIcBn6BjRerbIb+2/own51avbp6rUr4kClrY3iyTKso=";
};
vendorSha256 = "sha256-evG1M0ZHfn9hsMsSncwxF5Hr/VJ7y6Ir0D2gHJaunBo=";
@ -21,7 +21,7 @@ buildGoModule rec {
meta = with lib; {
homepage = "https://doppler.com";
description = "The official CLI for interacting with your Doppler Enclave secrets and configuation";
description = "The official CLI for interacting with your Doppler Enclave secrets and configuration";
license = licenses.asl20;
maintainers = with maintainers; [ lucperkins ];
};