Merge pull request #332483 from r-ryantm/auto-update/ignite-cli

ignite-cli: 28.5.0 -> 28.5.1
This commit is contained in:
Nick Cao
2024-08-05 16:21:05 -04:00
committed by GitHub
+2 -2
View File
@@ -8,13 +8,13 @@
buildGoModule rec {
pname = "ignite-cli";
version = "28.5.0";
version = "28.5.1";
src = fetchFromGitHub {
repo = "cli";
owner = "ignite";
rev = "v${version}";
hash = "sha256-s8RKlqIL1AjsqO+sOrWnAfHCpP1G7BFxnr5aHVe7Np4=";
hash = "sha256-JgcLW+CoxLaz9WKGkSDpUEZJtEeP35LveW0B3arnNw0=";
};
vendorHash = "sha256-NEjva9KDPz7rykqcKcTOwSKBR3n4oFSYARX/BQzhgqY=";