fastly: 12.0.0 -> 12.1.0 (#448134)

authored by

Yohann Boniface and committed by
GitHub
76b9d6c1 e5786e4b

+3 -3
+3 -3
pkgs/by-name/fa/fastly/package.nix
··· 12 13 buildGoModule rec { 14 pname = "fastly"; 15 - version = "12.0.0"; 16 17 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 ]; 37 38 - vendorHash = "sha256-vjTqT/Gv8FU0HNvYqXIE9OCNRsJ8GbUNXIxXDdhDclc="; 39 40 nativeBuildInputs = [ 41 installShellFiles
··· 12 13 buildGoModule rec { 14 pname = "fastly"; 15 + version = "12.1.0"; 16 17 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 ]; 37 38 + vendorHash = "sha256-ff65Vi0BmYF72MbrMmFzqDTXQWaEtaBQaPdLub8ZToo="; 39 40 nativeBuildInputs = [ 41 installShellFiles