···7788buildGoModule rec {
99 pname = "codecrafters-cli";
1010- version = "37";
1010+ version = "39";
11111212 src = fetchFromGitHub {
1313 owner = "codecrafters-io";
1414 repo = "cli";
1515 tag = "v${version}";
1616- hash = "sha256-MxeWShst5QZPXImXnCEGYSVzqB4HNygewrQxpwmfafk=";
1616+ hash = "sha256-yvKPDuORHySSYnsjAW3SrZ9GcrFaGfJYoG7+9IfQEVc=";
1717 # A shortened git commit hash is part of the version output, and is
1818 # needed at build time. Use the `.git` directory to retrieve the
1919 # commit SHA, and remove the directory afterwards since it is not needed