Merge pull request #35277 from suvash/update-mozilla-sops

Update Mozilla sops to the latest version
This commit is contained in:
Jörg Thalheim 2018-02-21 16:46:34 +00:00 committed by GitHub
commit ec2e601871
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,7 +2,7 @@
buildGoPackage rec { buildGoPackage rec {
name = "sops-${version}"; name = "sops-${version}";
version = "2.0.8"; version = "3.0.2";
goPackagePath = "go.mozilla.org/sops"; goPackagePath = "go.mozilla.org/sops";
@ -10,7 +10,7 @@ buildGoPackage rec {
rev = version; rev = version;
owner = "mozilla"; owner = "mozilla";
repo = "sops"; repo = "sops";
sha256 = "0kawnp24i3r981hz6apfwhgp71002vjq7ir54arq0zkssmykms1c"; sha256 = "0zszlb35cmw9j9dg1bpcbwxwh094wcfxhas4ns58jp5n79rqwv9i";
}; };
meta = with stdenv.lib; { meta = with stdenv.lib; {