direnv: 2.17.0 -> 2.18.2

This commit is contained in:
Jörg Thalheim 2018-11-24 00:15:38 +00:00
parent 2c320ea8be
commit 6d9a35a6de
No known key found for this signature in database
GPG key ID: CA4106B8D7CC79FA

View file

@ -2,14 +2,14 @@
buildGoPackage rec {
name = "direnv-${version}";
version = "2.17.0";
version = "2.18.2";
goPackagePath = "github.com/direnv/direnv";
src = fetchFromGitHub {
owner = "direnv";
repo = "direnv";
rev = "v${version}";
sha256 = "1dmanqpifx27cz41yc3ijpij0wrbgw9qny2d4n6jppfwf2qzyq4s";
sha256 = "011isxsc3byg8jd4jhi4pdfqrxa1acnzirhcv7lvw3jl0v7xnma8";
};
postConfigure = ''