12 src = fetchFromGitHub {
16 hash = "sha256-QtYqepNH+c0WDGKTLtMz/VUz0oDOgCbwe4D9I4wal5s=";
20 vendorHash = "sha256-JrBuHA+u5bI2kcbWaY6/894kh5Xdix0ov6nN5r9rJRE=";
29 "-X=main.version=${version}"
33 version = testers.testVersion {
35 command = "risor version";
40 description = "Fast and flexible scripting for Go developers and DevOps";
41 mainProgram = "risor";
42 homepage = "https://github.com/risor-io/risor";
43 changelog = "https://github.com/risor-io/risor/releases/tag/${src.rev}";
44 license = licenses.asl20;
45 maintainers = with maintainers; [ figsoda ];