unionfs-fuse: fix sha

This commit is contained in:
Arseniy Seroka 2015-04-16 03:28:34 +03:00
parent dada4fb4bf
commit d83f950f71

View file

@ -6,7 +6,7 @@ stdenv.mkDerivation rec {
src = fetchurl {
url = "https://github.com/rpodgorny/unionfs-fuse/archive/v${version}.tar.gz";
sha256 = "0qpnr4czgc62vsfnmv933w62nq3xwcbnvqch72qakfgca75rsp4d";
sha256 = "02fcrjb06lxkxpk4l8arsqmai807sray24lj2nrasqaacg80ps1f";
};
patches =