encfs 1.8 -> 1.8.1

This commit is contained in:
Tobias Geerinckx-Rice 2015-03-26 00:16:39 +01:00
parent 9060ae8f89
commit eff3fa7949

View File

@ -1,12 +1,12 @@
{ stdenv, fetchFromGitHub, autoreconfHook, boost, fuse, openssl, perl
, pkgconfig, rlog }:
let version = "1.8"; in
let version = "1.8.1"; in
stdenv.mkDerivation rec {
name = "encfs-${version}";
src = fetchFromGitHub {
sha256 = "1dp3558x9v5hqnjnrlnd0glrkcc23anl2mxhjirhhw8dyh1lzl5z";
sha256 = "1cxihqwpnqbzy8qz0134199pwfnd7ikr2835p5p1yzqnl203wcdb";
rev = "v${version}";
repo = "encfs";
owner = "vgough";