codecrafters-cli: 37 -> 39

R. Ryantm cc36ea33 7c05be02

+2 -2
+2 -2
pkgs/by-name/co/codecrafters-cli/package.nix
··· 7 8 buildGoModule rec { 9 pname = "codecrafters-cli"; 10 - version = "37"; 11 12 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
··· 7 8 buildGoModule rec { 9 pname = "codecrafters-cli"; 10 + version = "39"; 11 12 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