···89buildGoModule rec {
10 pname = "fastly";
11- version = "5.1.0";
1213 src = fetchFromGitHub {
14 owner = "fastly";
15 repo = "cli";
16 rev = "refs/tags/v${version}";
17- hash = "sha256-IbLSNgf4uB8JFNsCXkmkK+w4qhirpd8/ALEfVzGCTUA=";
18 # The git commit is part of the `fastly version` original output;
19 # leave that output the same in nixpkgs. Use the `.git` directory
20 # to retrieve the commit SHA, and remove the directory afterwards,
···31 "cmd/fastly"
32 ];
3334- vendorHash = "sha256-fBU7829heM6T6Ba2r984qdd19VCuOP72jYwYCP7ECBU=";
3536 nativeBuildInputs = [
37 installShellFiles
···89buildGoModule rec {
10 pname = "fastly";
11+ version = "5.1.1";
1213 src = fetchFromGitHub {
14 owner = "fastly";
15 repo = "cli";
16 rev = "refs/tags/v${version}";
17+ hash = "sha256-gPToEeLymKIRjL52wb5AjMpDM6vU0Yb0rbcpouev4rQ=";
18 # The git commit is part of the `fastly version` original output;
19 # leave that output the same in nixpkgs. Use the `.git` directory
20 # to retrieve the commit SHA, and remove the directory afterwards,
···31 "cmd/fastly"
32 ];
3334+ vendorHash = "sha256-yyptdLkC0x2npZu2oEbvSJXIWShnSrQ0n6cPrDUlrCw=";
3536 nativeBuildInputs = [
37 installShellFiles