doppler: 3.45.0 -> 3.52.1

This commit is contained in:
R. Ryantm 2022-11-18 00:26:03 +00:00 committed by Bobby Rong
parent ad948687d5
commit c85bc3d20b

View file

@ -8,16 +8,16 @@
buildGoModule rec {
pname = "doppler";
version = "3.45.0";
version = "3.52.1";
src = fetchFromGitHub {
owner = "dopplerhq";
repo = "cli";
rev = version;
sha256 = "sha256-kQio3l50gjPfywUpeTEt4Xon1p07XpgStNSmICPboXQ=";
sha256 = "sha256-ppgFUO5WxraG83zX8tHahT/ixSJjrTmmiIrJPpbkZVs=";
};
vendorSha256 = "sha256-evG1M0ZHfn9hsMsSncwxF5Hr/VJ7y6Ir0D2gHJaunBo=";
vendorSha256 = "sha256-TwcEH+LD0E/JcptMCYb3UycO3HhZX3igzSlBW4hS784=";
ldflags = [
"-s -w"