···78buildGoModule rec {
9 pname = "codecrafters-cli";
10- version = "35";
1112 src = fetchFromGitHub {
13 owner = "codecrafters-io";
14 repo = "cli";
15 rev = "v${version}";
16- hash = "sha256-gCSlXI8DggQts7Em1onD4B5CxrfAlPuwovWRUgpsu/E=";
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
···25 '';
26 };
2728- vendorHash = "sha256-lRDHe/7kCy8T4paA/6FVfM/sjBpvcGWLeW7b+dOnFo0=";
2930 ldflags = [
31 "-s"
···78buildGoModule rec {
9 pname = "codecrafters-cli";
10+ version = "36";
1112 src = fetchFromGitHub {
13 owner = "codecrafters-io";
14 repo = "cli";
15 rev = "v${version}";
16+ hash = "sha256-YgQPDc5BUIoEd44NLpRluxCKooW99qvcSTrFPm6qJKM=";
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
···25 '';
26 };
2728+ vendorHash = "sha256-5t/bRx3mT66e/efjWbb527ZdKOn3qV3hroqiLwP180g=";
2930 ldflags = [
31 "-s"