···1213buildGoModule rec {
14 pname = "fastly";
15- version = "12.0.0";
1617 src = fetchFromGitHub {
18 owner = "fastly";
19 repo = "cli";
20 tag = "v${version}";
21- hash = "sha256-Cq4pTp9K6vsQrdWz9kMdX1K1KR26e/qPL55xqiZ5kYM=";
22 # The git commit is part of the `fastly version` original output;
23 # leave that output the same in nixpkgs. Use the `.git` directory
24 # to retrieve the commit SHA, and remove the directory afterwards,
···35 "cmd/fastly"
36 ];
3738- vendorHash = "sha256-vjTqT/Gv8FU0HNvYqXIE9OCNRsJ8GbUNXIxXDdhDclc=";
3940 nativeBuildInputs = [
41 installShellFiles
···1213buildGoModule rec {
14 pname = "fastly";
15+ version = "12.1.0";
1617 src = fetchFromGitHub {
18 owner = "fastly";
19 repo = "cli";
20 tag = "v${version}";
21+ hash = "sha256-P5n1CWGVu5rdfLOlKgnx5JtwDoI35y3zlvcqp48vQ7g=";
22 # The git commit is part of the `fastly version` original output;
23 # leave that output the same in nixpkgs. Use the `.git` directory
24 # to retrieve the commit SHA, and remove the directory afterwards,
···35 "cmd/fastly"
36 ];
3738+ vendorHash = "sha256-ff65Vi0BmYF72MbrMmFzqDTXQWaEtaBQaPdLub8ZToo=";
3940 nativeBuildInputs = [
41 installShellFiles