Merge pull request #82244 from r-ryantm/auto-update/vaultenv

vaultenv: 0.13.0 -> 0.13.1
This commit is contained in:
Peter Simons 2020-03-13 21:20:51 +01:00 committed by GitHub
commit f5b6ea126f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,11 +6,11 @@
}:
mkDerivation rec {
pname = "vaultenv";
version = "0.13.0";
version = "0.13.1";
src = fetchzip {
url = "https://github.com/channable/vaultenv/archive/v${version}.tar.gz";
sha256 = "0kz5p57fq855mhbqrpb737sqrax9cdcyh2g57460hc8fyvs97lq0";
sha256 = "0ycf5skxjns77sgbm8faq9ps9rs2hqznsbzrd51hdkpak56k42cp";
};
buildTools = [ hpack ];