11 src = fetchFromGitHub {
15 hash = "sha256-nBuOC+uVw+hYSssgTkPRJZEBkufhQgU5D6jsZZre7Is=";
18 vendorHash = "sha256-9+2s84bqoNU3aaxmWYzIuFKPA3Tw9phXu5Csaaq/L60=";
23 description = "Embed static files in Go binaries (replacement for gobuffalo/packr) ";
24 homepage = "https://github.com/markbates/pkger";
25 changelog = "https://github.com/markbates/pkger/releases/tag/v${version}";
26 license = licenses.mit;
27 maintainers = with maintainers; [ flokli ];