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
|
{ stdenv, fetchFromGitHub, autoreconfHook, boost, fuse, openssl, perl
|
||||||
, pkgconfig, rlog }:
|
, pkgconfig, rlog }:
|
||||||
|
|
||||||
let version = "1.8"; in
|
let version = "1.8.1"; in
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "encfs-${version}";
|
name = "encfs-${version}";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
sha256 = "1dp3558x9v5hqnjnrlnd0glrkcc23anl2mxhjirhhw8dyh1lzl5z";
|
sha256 = "1cxihqwpnqbzy8qz0134199pwfnd7ikr2835p5p1yzqnl203wcdb";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
repo = "encfs";
|
repo = "encfs";
|
||||||
owner = "vgough";
|
owner = "vgough";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user