Skip to content

Commit

Permalink
sops: init at version 2.0.8 (#24898)
Browse files Browse the repository at this point in the history
backport of b3fadc9 to 17.03
  • Loading branch information
risicle authored and vcunat committed Apr 14, 2017
1 parent 1ff2818 commit 27cc923
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 0 deletions.
21 changes: 21 additions & 0 deletions pkgs/tools/security/sops/default.nix
@@ -0,0 +1,21 @@
{ stdenv, lib, buildGoPackage, fetchFromGitHub }:

buildGoPackage rec {
name = "sops-${version}";
version = "2.0.8";

goPackagePath = "go.mozilla.org/sops";

src = fetchFromGitHub {
rev = version;
owner = "mozilla";
repo = "sops";
sha256 = "0kawnp24i3r981hz6apfwhgp71002vjq7ir54arq0zkssmykms1c";
};

meta = with stdenv.lib; {
description = "Mozilla sops (Secrets OPerationS) is an editor of encrypted files";
homepage = https://github.com/mozilla/sops;
license = licenses.mpl20;
};
}
2 changes: 2 additions & 0 deletions pkgs/top-level/all-packages.nix
Expand Up @@ -15113,6 +15113,8 @@ with pkgs;

sooperlooper = callPackage ../applications/audio/sooperlooper { };

sops = callPackage ../tools/security/sops { };

sorcer = callPackage ../applications/audio/sorcer { };

sound-juicer = callPackage ../applications/audio/sound-juicer { };
Expand Down

0 comments on commit 27cc923

Please sign in to comment.