fastly: 6.0.0 -> 6.0.3

This commit is contained in:
R. Ryantm 2023-02-12 09:46:15 +00:00
parent 4d4ee0650f
commit 869b5216f2

View File

@ -8,13 +8,13 @@
buildGoModule rec {
pname = "fastly";
version = "6.0.0";
version = "6.0.3";
src = fetchFromGitHub {
owner = "fastly";
repo = "cli";
rev = "refs/tags/v${version}";
hash = "sha256-meUKWAFKT6EgHtzgR6jjDCA8EUD1kVoT3reXaRheukw=";
hash = "sha256-6Qkt7ofNhnqikckUOTaEe5ptsYQ+9ELuuobhfnG7VTU=";
# 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,