···78buildGoModule rec {
9 pname = "codecrafters-cli";
10- version = "37";
1112 src = fetchFromGitHub {
13 owner = "codecrafters-io";
14 repo = "cli";
15 tag = "v${version}";
16- hash = "sha256-MxeWShst5QZPXImXnCEGYSVzqB4HNygewrQxpwmfafk=";
17 # A shortened git commit hash is part of the version output, and is
18 # needed at build time. Use the `.git` directory to retrieve the
19 # commit SHA, and remove the directory afterwards since it is not needed
···78buildGoModule rec {
9 pname = "codecrafters-cli";
10+ version = "39";
1112 src = fetchFromGitHub {
13 owner = "codecrafters-io";
14 repo = "cli";
15 tag = "v${version}";
16+ hash = "sha256-yvKPDuORHySSYnsjAW3SrZ9GcrFaGfJYoG7+9IfQEVc=";
17 # A shortened git commit hash is part of the version output, and is
18 # needed at build time. Use the `.git` directory to retrieve the
19 # commit SHA, and remove the directory afterwards since it is not needed