doppler: 3.23.0 -> 3.23.1

This commit is contained in:
R. RyanTM 2021-03-10 20:38:48 +00:00 committed by tomberek
parent 7d85b0b5d2
commit 01c6925eba

View file

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "doppler";
version = "3.23.0";
version = "3.23.1";
src = fetchFromGitHub {
owner = "dopplerhq";
repo = "cli";
rev = version;
sha256 = "sha256-5IoWeFcIzhgWcYjT/BZfNQXsi9F/6WfOJLiv/5rP4Cs=";
sha256 = "sha256-6sTsASfHIFH1V3Q20R2y8AiOVZ4NR4GGRCKRVr25kkc=";
};
vendorSha256 = "sha256-UaR/xYGMI+C9aID85aPSfVzmTWXj4KcjfOJ6TTJ8KoY=";