3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #33205 from LnL7/vaultenv-0.5.3

vaultenv: 0.5.0 -> 0.5.3
This commit is contained in:
Daiderd Jordan 2018-01-07 09:32:34 +01:00 committed by GitHub
commit 3b4bbd2121
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 = [