encfs: 1.9.4 -> 1.9.5

Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/encfs/versions.

These checks were done:

- built on NixOS
- ran ‘/nix/store/hyf73217fw2hx4kwkl7g2bg92rkabxlw-encfs-1.9.5/bin/encfs --version’ and found version 1.9.5
- ran ‘/nix/store/hyf73217fw2hx4kwkl7g2bg92rkabxlw-encfs-1.9.5/bin/encfsctl --version’ and found version 1.9.5
- found 1.9.5 with grep in /nix/store/hyf73217fw2hx4kwkl7g2bg92rkabxlw-encfs-1.9.5
- directory tree listing: https://gist.github.com/43f0591cfbd83d8f0ed7349f3b2cbec2

+2 -2
+2 -2
pkgs/tools/filesystems/encfs/default.nix
··· 5 5 6 6 stdenv.mkDerivation rec { 7 7 name = "encfs-${version}"; 8 - version = "1.9.4"; 8 + version = "1.9.5"; 9 9 10 10 src = fetchFromGitHub { 11 - sha256 = "1hp2l4yk7fsimlrrd6a675vigmyikd323l1n3mybcdng58skj2ag"; 11 + sha256 = "099rjb02knr6yz7przlnyj62ic0ag5ncs7vvcc36ikyqrmpqsdch"; 12 12 rev = "v${version}"; 13 13 repo = "encfs"; 14 14 owner = "vgough";