Merge pull request #93249 from r-ryantm/auto-update/sops

sops: 3.5.0 -> 3.6.0
This commit is contained in:
Mario Rodas 2020-07-16 08:18:48 -05:00 committed by GitHub
commit d598df22e6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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";