Merge pull request #50406 from coretemp/feature/sops

sops: 3.1.0 -> 3.2.0
This commit is contained in:
Renaud 2018-11-15 23:04:05 +01:00 committed by GitHub
commit 8a1127a7c9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,7 +2,7 @@
buildGoPackage rec {
name = "sops-${version}";
version = "3.1.0";
version = "3.2.0";
goPackagePath = "go.mozilla.org/sops";
@ -10,7 +10,7 @@ buildGoPackage rec {
rev = version;
owner = "mozilla";
repo = "sops";
sha256 = "02s85affgs2991p4akff68myx4h7m3jcly6xihv9g2knml7ixrkj";
sha256 = "0lzwql3f4n70gmw1d0vnsg7hd0ma6ys0a4x54g3jk10nrn2f7wxl";
};
meta = with stdenv.lib; {