Loading pkgs/by-name/fa/fastly/package.nix +3 −3 Original line number Diff line number Diff line Loading @@ -11,13 +11,13 @@ buildGoModule rec { pname = "fastly"; version = "11.5.0"; version = "12.0.0"; src = fetchFromGitHub { owner = "fastly"; repo = "cli"; tag = "v${version}"; hash = "sha256-o2/gwXODAS4eex6q91hxbNx2RHNt5z8eaT3ZXS7D634="; hash = "sha256-Cq4pTp9K6vsQrdWz9kMdX1K1KR26e/qPL55xqiZ5kYM="; # 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, Loading @@ -34,7 +34,7 @@ buildGoModule rec { "cmd/fastly" ]; vendorHash = "sha256-qoRlUCAnJHt9B1w9R4dBtkvqKhk3hum6OjzraPKAzk0="; vendorHash = "sha256-vjTqT/Gv8FU0HNvYqXIE9OCNRsJ8GbUNXIxXDdhDclc="; nativeBuildInputs = [ installShellFiles Loading Loading
pkgs/by-name/fa/fastly/package.nix +3 −3 Original line number Diff line number Diff line Loading @@ -11,13 +11,13 @@ buildGoModule rec { pname = "fastly"; version = "11.5.0"; version = "12.0.0"; src = fetchFromGitHub { owner = "fastly"; repo = "cli"; tag = "v${version}"; hash = "sha256-o2/gwXODAS4eex6q91hxbNx2RHNt5z8eaT3ZXS7D634="; hash = "sha256-Cq4pTp9K6vsQrdWz9kMdX1K1KR26e/qPL55xqiZ5kYM="; # 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, Loading @@ -34,7 +34,7 @@ buildGoModule rec { "cmd/fastly" ]; vendorHash = "sha256-qoRlUCAnJHt9B1w9R4dBtkvqKhk3hum6OjzraPKAzk0="; vendorHash = "sha256-vjTqT/Gv8FU0HNvYqXIE9OCNRsJ8GbUNXIxXDdhDclc="; nativeBuildInputs = [ installShellFiles Loading