about summary refs log tree commit diff
path: root/pkgs/tools
diff options
context:
space:
mode:
authorJörg Thalheim <Mic92@users.noreply.github.com>2018-09-15 22:12:51 +0100
committerGitHub <noreply@github.com>2018-09-15 22:12:51 +0100
commitb1d9e87f7a2260ebe247827b3ba23f302feedfe9 (patch)
treef7d232a95fde11a4a2a815e30e6c247953b94885 /pkgs/tools
parentc8195db2d4c984afb69a069013064dca14611d93 (diff)
parent8dfd97a8b6ff70fa9529f617e63dd22d7c53bf22 (diff)
Merge pull request #46716 from marsam/feature/update-sops
sops: 3.0.2 -> 3.1.0
Diffstat (limited to 'pkgs/tools')
-rw-r--r--pkgs/tools/security/sops/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/tools/security/sops/default.nix b/pkgs/tools/security/sops/default.nix
index bbcfc4c78907f..a0c183b3a2eee 100644
--- a/pkgs/tools/security/sops/default.nix
+++ b/pkgs/tools/security/sops/default.nix
@@ -2,7 +2,7 @@
 
 buildGoPackage rec {
   name = "sops-${version}";
-  version = "3.0.2";
+  version = "3.1.0";
 
   goPackagePath = "go.mozilla.org/sops";
 
@@ -10,12 +10,12 @@ buildGoPackage rec {
     rev = version;
     owner = "mozilla";
     repo = "sops";
-    sha256 = "0zszlb35cmw9j9dg1bpcbwxwh094wcfxhas4ns58jp5n79rqwv9i";
+    sha256 = "02s85affgs2991p4akff68myx4h7m3jcly6xihv9g2knml7ixrkj";
   };
 
   meta = with stdenv.lib; {
+    inherit (src.meta) homepage;
     description = "Mozilla sops (Secrets OPerationS) is an editor of encrypted files";
-    homepage = https://github.com/mozilla/sops;
     license = licenses.mpl20;
   };
 }