ignite-cli: 28.8.2 -> 28.9.0 (#400982)

Co-authored-by: kashw2 <kashw2@users.noreply.github.com>
This commit is contained in:
nixpkgs-merge-bot[bot]
2025-04-23 13:09:46 +00:00
committed by GitHub
co-authored by kashw2
+2 -2
View File
@@ -9,13 +9,13 @@
buildGoModule rec {
pname = "ignite-cli";
version = "28.8.2";
version = "28.9.0";
src = fetchFromGitHub {
repo = "cli";
owner = "ignite";
rev = "v${version}";
hash = "sha256-d7+T0VlmKQgmAJ8eyDg8JDL9HHJbU+nOTvJP0GTuIRY=";
hash = "sha256-NLQ+Zd77JyHuih7hPeM067fcpny1V50GFDLGhtclGms=";
};
vendorHash = "sha256-EaOs3m5AN0EYMO8j3mkKPOQwapi0WRaTIUJKTjDpmCo=";