encfs 1.8 -> 1.8.1
This commit is contained in:
parent
9060ae8f89
commit
eff3fa7949
@ -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";
|
||||
|
Loading…
x
Reference in New Issue
Block a user