summaryrefslogtreecommitdiffstats
path: root/pkgs/tools/filesystems/encfs
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <tobias.geerinckx.rice@gmail.com>2015-03-12 11:18:58 +0100
committerTobias Geerinckx-Rice <tobias.geerinckx.rice@gmail.com>2015-03-12 11:18:58 +0100
commite19ab844358a9318077e1285c4ecf0a82bbe4b87 (patch)
tree730650576a5c9287f1ee195f72a7394598dcff4d /pkgs/tools/filesystems/encfs
parent50de6f7acf1c04b593c1b5de1d4609ffa832bcd8 (diff)
encfs 1.8-rc1 -> 1.8
Diffstat (limited to 'pkgs/tools/filesystems/encfs')
-rw-r--r--pkgs/tools/filesystems/encfs/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/filesystems/encfs/default.nix b/pkgs/tools/filesystems/encfs/default.nix
index 2906e365cb6e..4583dc1ba778 100644
--- a/pkgs/tools/filesystems/encfs/default.nix
+++ b/pkgs/tools/filesystems/encfs/default.nix
@@ -1,12 +1,12 @@
{ stdenv, fetchFromGitHub, autoreconfHook, boost, fuse, openssl, perl
, pkgconfig, rlog }:
-let version = "1.8-rc1"; in
+let version = "1.8"; in
stdenv.mkDerivation rec {
name = "encfs-${version}";
src = fetchFromGitHub {
- sha256 = "17a09pg7752nlbgm2nmrwhm90kv2z3dj20xs79qvvr6x7rdgzck8";
+ sha256 = "1dp3558x9v5hqnjnrlnd0glrkcc23anl2mxhjirhhw8dyh1lzl5z";
rev = "v${version}";
repo = "encfs";
owner = "vgough";