sops: 3.5.0 -> 3.6.0

This commit is contained in:
R. RyanTM 2020-07-16 12:10:45 +00:00
parent 992db90c4c
commit f5d5f92b7c
1 changed files with 3 additions and 3 deletions

View File

@ -2,16 +2,16 @@
buildGoModule rec { buildGoModule rec {
pname = "sops"; pname = "sops";
version = "3.5.0"; version = "3.6.0";
src = fetchFromGitHub { src = fetchFromGitHub {
rev = "v${version}"; rev = "v${version}";
owner = "mozilla"; owner = "mozilla";
repo = pname; repo = pname;
sha256 = "1515bk0fl0pvdkp402l51gdg63bmqlh89sglss6prc1qqvv5v2xy"; sha256 = "01skk6vdfki4a88z0snl1pby09im406qhnsfa0d2l8gp6nz8pq6j";
}; };
vendorSha256 = "0yryc799k4563wy53z7amraj89cyprklj0lfv207530hwv5i5gm6"; vendorSha256 = "0475y95qma5m346ng898n80xv2rxzndx89c9ygjcvjs513yzcba2";
meta = with stdenv.lib; { meta = with stdenv.lib; {
homepage = "https://github.com/mozilla/sops"; homepage = "https://github.com/mozilla/sops";