sops: 3.3.0 -> 3.3.1
This commit is contained in:
parent
869f90be8a
commit
9edf8f73f7
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
buildGoPackage rec {
|
buildGoPackage rec {
|
||||||
pname = "sops";
|
pname = "sops";
|
||||||
version = "3.3.0";
|
version = "3.3.1";
|
||||||
|
|
||||||
goPackagePath = "go.mozilla.org/sops";
|
goPackagePath = "go.mozilla.org/sops";
|
||||||
|
|
||||||
@ -10,12 +10,13 @@ buildGoPackage rec {
|
|||||||
rev = version;
|
rev = version;
|
||||||
owner = "mozilla";
|
owner = "mozilla";
|
||||||
repo = pname;
|
repo = pname;
|
||||||
sha256 = "0h02iy1dfn4874gyj3k07gbw8byb7rngvsi9kjglnad2pkf0pq2d";
|
sha256 = "0jbrz3yz6cj08h8cx6y98m8r0lpclh9367cw5apy6w3v71i3svfi";
|
||||||
};
|
};
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
inherit (src.meta) homepage;
|
inherit (src.meta) homepage;
|
||||||
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 ];
|
||||||
license = licenses.mpl20;
|
license = licenses.mpl20;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user