blob: efaa12cadff4434fa68e9069463f7d64fb9fca20 [file] [log] [blame]
final: prev: let
src = final.fetchFromGitHub {
owner = "winfsp";
repo = "hubfs";
rev = "1ba013d3fe54de01c52bd74d98037fe4c0029d6e";
hash = "sha256-R1nCdua0gacXrglQ4AZfxnO3ngVECCKKiUOgp3dWRGg=";
} + "/src";
in {
hubfs = final final.buildGoModule {
name = "hubfs";
buildInputs = with final; [
fuse
];
inherit src;
vendorSha256 = "sha256-Fpa+wanlMIqxkEZ3JQdCT4ixuNBj7AquG2+wLuO5TQU=";
runVend = true;
};
}