doppler: 3.24.4 -> 3.25.0

This commit is contained in:
R. RyanTM 2021-05-20 05:41:58 +00:00 committed by Jonathan Ringer
parent 7e54c9b956
commit 81283187aa

View File

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "doppler";
version = "3.24.4";
version = "3.25.0";
src = fetchFromGitHub {
owner = "dopplerhq";
repo = "cli";
rev = version;
sha256 = "sha256-j1HTWC/YDER2LPJ1ELoxA5ZOxrdQOnDiHNOc7aVgWlk=";
sha256 = "sha256-9knCRS5pUFSmevpQbM0DQimGpAt2Fn1XpREg0ZWRIUQ=";
};
vendorSha256 = "sha256-UaR/xYGMI+C9aID85aPSfVzmTWXj4KcjfOJ6TTJ8KoY=";