···2233buildGoModule rec {
44 pname = "fastly";
55- version = "3.2.1";
55+ version = "3.2.4";
6677 src = fetchFromGitHub {
88 owner = "fastly";
99 repo = "cli";
1010 rev = "v${version}";
1111- sha256 = "sha256-OK1xhsn30JE/IeKnOLE+0AmulEAeFM0Z7TyRqd6hTGY=";
1111+ sha256 = "sha256-eIqdDBU4NWNMyRs+h30ufg4QwEEGid+wCjATZYXDGm8=";
1212 # The git commit is part of the `fastly version` original output;
1313 # leave that output the same in nixpkgs. Use the `.git` directory
1414 # to retrieve the commit SHA, and remove the directory afterwards,