We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 639aae7 commit 37be3e1Copy full SHA for 37be3e1
pkgs/by-name/ig/ignite-cli/package.nix
@@ -9,16 +9,16 @@
9
10
buildGoModule rec {
11
pname = "ignite-cli";
12
- version = "28.8.1";
+ version = "28.8.2";
13
14
src = fetchFromGitHub {
15
repo = "cli";
16
owner = "ignite";
17
rev = "v${version}";
18
- hash = "sha256-tecoeYQ+rWH36AwkcvO5W7mqVxc9fGHcUiQ+dZvUQP0=";
+ hash = "sha256-d7+T0VlmKQgmAJ8eyDg8JDL9HHJbU+nOTvJP0GTuIRY=";
19
};
20
21
- vendorHash = "sha256-4Ab3xgP1fK2QA+qL3DyNESkOl6MeQlhhjpaWO6oRFlg=";
+ vendorHash = "sha256-EaOs3m5AN0EYMO8j3mkKPOQwapi0WRaTIUJKTjDpmCo=";
22
23
nativeBuildInputs = [ makeWrapper ];
24
0 commit comments