codecrafters-cli: 35 -> 36 (#373226)

authored by Nick Cao and committed by GitHub d680a48f bb6abebd

+3 -3
+3 -3
pkgs/by-name/co/codecrafters-cli/package.nix
··· 7 7 8 8 buildGoModule rec { 9 9 pname = "codecrafters-cli"; 10 - version = "35"; 10 + version = "36"; 11 11 12 12 src = fetchFromGitHub { 13 13 owner = "codecrafters-io"; 14 14 repo = "cli"; 15 15 rev = "v${version}"; 16 - hash = "sha256-gCSlXI8DggQts7Em1onD4B5CxrfAlPuwovWRUgpsu/E="; 16 + hash = "sha256-YgQPDc5BUIoEd44NLpRluxCKooW99qvcSTrFPm6qJKM="; 17 17 # A shortened git commit hash is part of the version output, and is 18 18 # needed at build time. Use the `.git` directory to retrieve the 19 19 # commit SHA, and remove the directory afterwards since it is not needed ··· 25 25 ''; 26 26 }; 27 27 28 - vendorHash = "sha256-lRDHe/7kCy8T4paA/6FVfM/sjBpvcGWLeW7b+dOnFo0="; 28 + vendorHash = "sha256-5t/bRx3mT66e/efjWbb527ZdKOn3qV3hroqiLwP180g="; 29 29 30 30 ldflags = [ 31 31 "-s"