We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc10c7c commit deae485Copy full SHA for deae485
1 file changed
pkgs/kiro-cli/default.nix
@@ -11,16 +11,16 @@
11
...
12
}:
13
let
14
- version = "2.6.1";
+ version = "2.8.1";
15
16
sources = {
17
x86_64-linux = {
18
url = "https://prod.download.cli.kiro.dev/stable/${version}/kirocli-x86_64-linux.tar.gz";
19
- hash = "sha256-jPr0UrCtoENUIDYqJ6n6+l4ocsHGr9Fkw28/zY9vCUk=";
+ hash = "sha256-6HAczZP8cCChkZ4rN3I+15vwABHm1LvSu+CKgIbNqRM=";
20
};
21
aarch64-darwin = {
22
url = "https://prod.download.cli.kiro.dev/stable/${version}/Kiro%20CLI.dmg";
23
- hash = "sha256-ehiLyP/NXz7Dx5QpRsZ6X3HvDVka915Js9E+pj7UfRA=";
+ hash = "sha256-nN3GHnAdjgIplKgbPgtis4M1lRhyH5s8ilHMjKAuRJU=";
24
25
26
0 commit comments