lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request #183626 from r-ryantm/auto-update/fastly

fastly: 3.2.1 -> 3.2.4

authored by

Bobby Rong and committed by
GitHub
2c32a0b8 a54b4f90

+2 -2
+2 -2
pkgs/misc/fastly/default.nix
··· 2 2 3 3 buildGoModule rec { 4 4 pname = "fastly"; 5 - version = "3.2.1"; 5 + version = "3.2.4"; 6 6 7 7 src = fetchFromGitHub { 8 8 owner = "fastly"; 9 9 repo = "cli"; 10 10 rev = "v${version}"; 11 - sha256 = "sha256-OK1xhsn30JE/IeKnOLE+0AmulEAeFM0Z7TyRqd6hTGY="; 11 + sha256 = "sha256-eIqdDBU4NWNMyRs+h30ufg4QwEEGid+wCjATZYXDGm8="; 12 12 # The git commit is part of the `fastly version` original output; 13 13 # leave that output the same in nixpkgs. Use the `.git` directory 14 14 # to retrieve the commit SHA, and remove the directory afterwards,