Merge pull request #73910 from marsam/update-sops

sops: 3.4.0 -> 3.5.0
This commit is contained in:
Mario Rodas 2019-11-23 07:22:46 -05:00 committed by GitHub
commit 7c5b287ca1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,16 +2,16 @@
buildGoModule rec {
pname = "sops";
version = "3.4.0";
version = "3.5.0";
src = fetchFromGitHub {
rev = version;
rev = "v${version}";
owner = "mozilla";
repo = pname;
sha256 = "1mrqf9xgv88v919x7gz9l1x70xwvp6cfz3zp9ip1nj2pzn6ixz3d";
sha256 = "1515bk0fl0pvdkp402l51gdg63bmqlh89sglss6prc1qqvv5v2xy";
};
modSha256 = "13ja8nxycmdjnrnsxdd1qs06x408aqr4im127a6y433pkx2dg7gc";
modSha256 = "0vhxd3dschj5i9sig6vpxzbl59cas1qa843akzmjnfjrrafb916y";
meta = with stdenv.lib; {
homepage = "https://github.com/mozilla/sops";