sops: 2.0.8 -> 3.0.2

Update Mozilla Sops to the latest version
This commit is contained in:
Suvash Thapaliya 2018-02-21 16:36:30 +01:00
parent 8989a6b0f7
commit 19f4274076
No known key found for this signature in database
GPG Key ID: BB8D4E7B4156AAA6

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