mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-30 08:44:31 +00:00
unionfs-fuse: fix sha
This commit is contained in:
parent
dada4fb4bf
commit
d83f950f71
@ -6,7 +6,7 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "https://github.com/rpodgorny/unionfs-fuse/archive/v${version}.tar.gz";
|
url = "https://github.com/rpodgorny/unionfs-fuse/archive/v${version}.tar.gz";
|
||||||
sha256 = "0qpnr4czgc62vsfnmv933w62nq3xwcbnvqch72qakfgca75rsp4d";
|
sha256 = "02fcrjb06lxkxpk4l8arsqmai807sray24lj2nrasqaacg80ps1f";
|
||||||
};
|
};
|
||||||
|
|
||||||
patches =
|
patches =
|
||||||
|
Loading…
Reference in New Issue
Block a user