Merge pull request #33205 from LnL7/vaultenv-0.5.3
vaultenv: 0.5.0 -> 0.5.3
This commit is contained in:
commit
3b4bbd2121
@ -1,17 +1,20 @@
|
|||||||
{ mkDerivation, fetchurl, async, base, bytestring, http-conduit, lens
|
{ mkDerivation, fetchzip, async, base, bytestring, hpack, http-conduit
|
||||||
, lens-aeson, optparse-applicative, retry, stdenv, text, unix
|
, lens, lens-aeson, optparse-applicative, retry, stdenv, text, unix
|
||||||
, unordered-containers, utf8-string
|
, unordered-containers, utf8-string
|
||||||
}:
|
}:
|
||||||
|
|
||||||
mkDerivation rec {
|
mkDerivation rec {
|
||||||
pname = "vaultenv";
|
pname = "vaultenv";
|
||||||
version = "0.5.0";
|
version = "0.5.3";
|
||||||
|
|
||||||
src = fetchurl {
|
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 = "0hdcxq88cf3ygnikkppyg3fcf7xmwm9zif7274j3n34p9vd8xci3";
|
sha256 = "1kxq2pp8l8xf7xwjyd9cwyi7z192013s6psq5fk8jrkkhrk8z3li";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
buildTools = [ hpack ];
|
||||||
|
preConfigure = "hpack .";
|
||||||
|
|
||||||
isLibrary = false;
|
isLibrary = false;
|
||||||
isExecutable = true;
|
isExecutable = true;
|
||||||
executableHaskellDepends = [
|
executableHaskellDepends = [
|
||||||
|
Loading…
Reference in New Issue
Block a user