sops: 3.3.1 -> 3.4.0
Changelog: https://github.com/mozilla/sops/releases/tag/3.4.0
This commit is contained in:
parent
67590338ef
commit
304aa6f6b6
@ -1,20 +1,20 @@
|
|||||||
{ stdenv, buildGoPackage, fetchFromGitHub }:
|
{ stdenv, buildGoModule, fetchFromGitHub }:
|
||||||
|
|
||||||
buildGoPackage rec {
|
buildGoModule rec {
|
||||||
pname = "sops";
|
pname = "sops";
|
||||||
version = "3.3.1";
|
version = "3.4.0";
|
||||||
|
|
||||||
goPackagePath = "go.mozilla.org/sops";
|
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
rev = version;
|
rev = version;
|
||||||
owner = "mozilla";
|
owner = "mozilla";
|
||||||
repo = pname;
|
repo = pname;
|
||||||
sha256 = "0jbrz3yz6cj08h8cx6y98m8r0lpclh9367cw5apy6w3v71i3svfi";
|
sha256 = "1mrqf9xgv88v919x7gz9l1x70xwvp6cfz3zp9ip1nj2pzn6ixz3d";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
modSha256 = "13ja8nxycmdjnrnsxdd1qs06x408aqr4im127a6y433pkx2dg7gc";
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
inherit (src.meta) homepage;
|
homepage = "https://github.com/mozilla/sops";
|
||||||
description = "Mozilla sops (Secrets OPerationS) is an editor of encrypted files";
|
description = "Mozilla sops (Secrets OPerationS) is an editor of encrypted files";
|
||||||
maintainers = [ maintainers.marsam ];
|
maintainers = [ maintainers.marsam ];
|
||||||
license = licenses.mpl20;
|
license = licenses.mpl20;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user