encfs: 1.9.1 -> 1.9.2

See https://github.com/vgough/encfs/releases/tag/v1.9.2
This commit is contained in:
Joachim Fasting 2017-09-23 23:50:22 +02:00
parent cb94feb2d1
commit c951a0ad07
No known key found for this signature in database
GPG Key ID: 66EAB6B14F6B6E0D

View File

@ -5,10 +5,10 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
name = "encfs-${version}"; name = "encfs-${version}";
version = "1.9.1"; version = "1.9.2";
src = fetchFromGitHub { src = fetchFromGitHub {
sha256 = "1pyldd802db987m13jfmy491mp8mnsv2mwki0ra4wbnngbqgalhv"; sha256 = "0isx7n4r8znk02464s0wvlzk6ry5mlnq3kgnd0rapnhjwdvwqr5y";
rev = "v${version}"; rev = "v${version}";
repo = "encfs"; repo = "encfs";
owner = "vgough"; owner = "vgough";