15 src = fetchFromGitHub {
18 rev = "${pname}.${version}";
19 sha256 = "sha256:1788cnn10idp5i1hggg4pys7k0w8m3h2p4xa42jipfg4cpj7shaf";
22 propagatedBuildInputs = [
27 # base v0.17 compatibility
28 patches = [ ./genspio.patch ];
33 homepage = "https://smondet.gitlab.io/genspio-doc/";
34 description = "Typed EDSL to generate POSIX Shell scripts";
35 license = licenses.asl20;
36 maintainers = [ maintainers.alexfmpe ];