about summary refs log tree commit diff
path: root/pkgs/misc
diff options
context:
space:
mode:
authorStanisław Pitucha <git@viraptor.info>2023-02-19 15:41:45 +1100
committerGitHub <noreply@github.com>2023-02-19 15:41:45 +1100
commitc7573643e72e765e853cbf1d63c0fc54957c0ce6 (patch)
tree51843c7e465e749f64e62034fbaeff557a961e80 /pkgs/misc
parentb310b08f63f0bdb89f57439708c5501eddbbc542 (diff)
parent6a72c1fa8779fdbaea039920c8ed9d5b4b23e6c4 (diff)
Merge pull request #217043 from r-ryantm/auto-update/fastly
fastly: 6.0.3 -> 6.0.6
Diffstat (limited to 'pkgs/misc')
-rw-r--r--pkgs/misc/fastly/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/misc/fastly/default.nix b/pkgs/misc/fastly/default.nix
index d2eb7ea3a494c..936ef5c59fe3f 100644
--- a/pkgs/misc/fastly/default.nix
+++ b/pkgs/misc/fastly/default.nix
@@ -8,13 +8,13 @@
 
 buildGoModule rec {
   pname = "fastly";
-  version = "6.0.3";
+  version = "6.0.6";
 
   src = fetchFromGitHub {
     owner = "fastly";
     repo = "cli";
     rev = "refs/tags/v${version}";
-    hash = "sha256-6Qkt7ofNhnqikckUOTaEe5ptsYQ+9ELuuobhfnG7VTU=";
+    hash = "sha256-ZAYzZBOs/A/2krpO4FcGO2W1Afr3Qz1yDAZgG6SPirU=";
     # The git commit is part of the `fastly version` original output;
     # leave that output the same in nixpkgs. Use the `.git` directory
     # to retrieve the commit SHA, and remove the directory afterwards,
@@ -31,7 +31,7 @@ buildGoModule rec {
     "cmd/fastly"
   ];
 
-  vendorHash = "sha256-yyptdLkC0x2npZu2oEbvSJXIWShnSrQ0n6cPrDUlrCw=";
+  vendorHash = "sha256-ORS74tFYWlVS+vJXNJyoqpUtg7nqi3fuqV1MwudDJks=";
 
   nativeBuildInputs = [
     installShellFiles