about summary refs log tree commit diff
path: root/pkgs/tools/filesystems
diff options
context:
space:
mode:
authorxeji <36407913+xeji@users.noreply.github.com>2018-05-01 10:10:43 +0200
committerGitHub <noreply@github.com>2018-05-01 10:10:43 +0200
commit2001b57a25e6ae3d6cb1594b31aeb819439380ac (patch)
tree1cf318e1b6e3651292944fca3791539eecde4f02 /pkgs/tools/filesystems
parent70b165794b3332983d9774d7568017adfcaaf06e (diff)
parent52a9b6e896508e3794dff8b102da65e23596ed05 (diff)
Merge pull request #39772 from r-ryantm/auto-update/encfs
encfs: 1.9.4 -> 1.9.5
Diffstat (limited to 'pkgs/tools/filesystems')
-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 03da84f7c733f..1a9951a33fd74 100644
--- a/pkgs/tools/filesystems/encfs/default.nix
+++ b/pkgs/tools/filesystems/encfs/default.nix
@@ -5,10 +5,10 @@
 
 stdenv.mkDerivation rec {
   name = "encfs-${version}";
-  version = "1.9.4";
+  version = "1.9.5";
 
   src = fetchFromGitHub {
-    sha256 = "1hp2l4yk7fsimlrrd6a675vigmyikd323l1n3mybcdng58skj2ag";
+    sha256 = "099rjb02knr6yz7przlnyj62ic0ag5ncs7vvcc36ikyqrmpqsdch";
     rev = "v${version}";
     repo = "encfs";
     owner = "vgough";