8 let p2 = buildGoModule rec {
12 src = fetchFromGitHub {
16 hash = "sha256-UfnL3Lnq3ocXrTqKtmyar6BoKUUHHKMOFCiD5wX26PQ=";
19 subPackages = [ "packr2" ];
21 vendorHash = "sha256-N3u+DmEe0r72zFPb8El/MwjyIcTehQRE+MgusIII2Is=";
26 description = "The simple and easy way to embed static files into Go binaries";
27 homepage = "https://github.com/gobuffalo/packr";
28 license = licenses.mit;
29 maintainers = with maintainers; [ mmahut ];
31 # golang.org/x/sys needs to be updated due to:
33 # https://github.com/golang/go/issues/49219
35 # but this package is no longer maintained.
37 broken = stdenv.isDarwin;
40 p1 = buildGoModule rec {
44 src = fetchFromGitHub {
48 hash = "sha256-UfnL3Lnq3ocXrTqKtmyar6BoKUUHHKMOFCiD5wX26PQ=";
51 subPackages = [ "packr" ];
53 vendorHash = "sha256-6mlV3q7irI0aoeB91OYSD3RvmwYcNXRNkSYowjmSflQ=";
58 description = "The simple and easy way to embed static files into Go binaries";
59 homepage = "https://github.com/gobuffalo/packr";
60 license = licenses.mit;
61 maintainers = with maintainers; [ mmahut ];
63 # golang.org/x/sys needs to be updated due to:
65 # https://github.com/golang/go/issues/49219
67 # but this package is no longer maintained.
69 broken = stdenv.isDarwin;