about summary refs log tree commit diff
path: root/pkgs/tools/filesystems/encfs
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <tobias.geerinckx.rice@gmail.com>2015-03-26 00:16:39 +0100
committerTobias Geerinckx-Rice <tobias.geerinckx.rice@gmail.com>2015-03-26 00:29:42 +0100
commiteff3fa79496c98715af34284f6e2bfd4ac84771b (patch)
tree2767e5706bfbf6caf7e8505fd45bdd3b1a7b429e /pkgs/tools/filesystems/encfs
parent9060ae8f8978dc95fddf16d4a7c0522a4b44c9ff (diff)
encfs 1.8 -> 1.8.1
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 4583dc1ba7782..81a3b46cacb7f 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"; 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";