doppler: 3.52.1 -> 3.53.0

This commit is contained in:
R. Ryantm 2023-01-21 17:07:25 +00:00
parent bfc50c1faf
commit dc784f5c93

View file

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