1 { lib, buildGoModule, fetchFromGitHub }:
7 vendorSha256 = "sha256-pQpattmS9VmO3ZIQUFn66az8GSmB4IvYhTTCFn6SUmo=";
9 src = fetchFromGitHub {
13 sha256 = "sha256-M72xNh7bKUMLzA+M8bJB++kJ5KCrkboQm1v8BasP3Yo=";
16 ldflags = [ "-s" "-w" "-X main.version=${version}" ];
19 description = "Compress and embed static files and assets into Go binaries and access them with a virtual file system in production";
20 homepage = "https://github.com/knadh/stuffbin";
21 changelog = "https://github.com/knadh/stuffbin/releases/tag/v${version}";
22 maintainers = with maintainers; [ raitobezarius ];
23 license = licenses.mit;