1 { lib, buildGoModule, fetchFromGitHub }:
7 src = fetchFromGitHub {
11 sha256 = "sha256-jO4otde/m52L2NrE88aXRjdGDBNxnbP1Zt+5fEqfNIc=";
14 vendorHash = "sha256-VlpdZcqg7yWUADN8oD/IAgAXVdzJeIeymx2Pu/7E21o=";
16 subPackages = [ "." "rice" ];
19 description = "Go package that makes working with resources such as html, js, css, images, templates very easy";
20 homepage = "https://github.com/GeertJohan/go.rice";
21 license = licenses.bsd2;
22 maintainers = with maintainers; [ blaggacao ];