mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-27 13:57:10 +03:00
vaultenv: 0.8.0 -> 0.13.0
This commit is contained in:
parent
39ed5ff74c
commit
07fc3ce302
@ -2,15 +2,15 @@
|
|||||||
, directory, hpack, hspec, hspec-discover, hspec-expectations
|
, directory, hpack, hspec, hspec-discover, hspec-expectations
|
||||||
, http-client, http-conduit, lens, lens-aeson, megaparsec, mtl
|
, http-client, http-conduit, lens, lens-aeson, megaparsec, mtl
|
||||||
, optparse-applicative, parser-combinators, retry, stdenv, text
|
, optparse-applicative, parser-combinators, retry, stdenv, text
|
||||||
, unix, unordered-containers, utf8-string, fetchzip
|
, unix, unordered-containers, utf8-string, fetchzip, dotenv
|
||||||
}:
|
}:
|
||||||
mkDerivation rec {
|
mkDerivation rec {
|
||||||
pname = "vaultenv";
|
pname = "vaultenv";
|
||||||
version = "0.8.0";
|
version = "0.13.0";
|
||||||
|
|
||||||
src = fetchzip {
|
src = fetchzip {
|
||||||
url = "https://github.com/channable/vaultenv/archive/v${version}.tar.gz";
|
url = "https://github.com/channable/vaultenv/archive/v${version}.tar.gz";
|
||||||
sha256 = "04hrwyy7gsybdwljrks4ym3pshqk1i43f8wpirjx7b0dfjgsd2l5";
|
sha256 = "0kz5p57fq855mhbqrpb737sqrax9cdcyh2g57460hc8fyvs97lq0";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildTools = [ hpack ];
|
buildTools = [ hpack ];
|
||||||
@ -21,6 +21,7 @@ mkDerivation rec {
|
|||||||
async base bytestring connection containers http-client
|
async base bytestring connection containers http-client
|
||||||
http-conduit lens lens-aeson megaparsec mtl optparse-applicative
|
http-conduit lens lens-aeson megaparsec mtl optparse-applicative
|
||||||
parser-combinators retry text unix unordered-containers utf8-string
|
parser-combinators retry text unix unordered-containers utf8-string
|
||||||
|
dotenv
|
||||||
];
|
];
|
||||||
testHaskellDepends = [
|
testHaskellDepends = [
|
||||||
async base bytestring connection containers directory hspec
|
async base bytestring connection containers directory hspec
|
||||||
@ -32,7 +33,5 @@ mkDerivation rec {
|
|||||||
homepage = "https://github.com/channable/vaultenv#readme";
|
homepage = "https://github.com/channable/vaultenv#readme";
|
||||||
description = "Runs processes with secrets from HashiCorp Vault";
|
description = "Runs processes with secrets from HashiCorp Vault";
|
||||||
license = stdenv.lib.licenses.bsd3;
|
license = stdenv.lib.licenses.bsd3;
|
||||||
maintainers = with stdenv.lib.maintainers; [ lnl7 ];
|
maintainers = with stdenv.lib.maintainers; [ lnl7 manveru ];
|
||||||
hydraPlatforms = [];
|
|
||||||
broken = true; # does not compile any longer
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user