Skip to content

Commit deae485

Browse files
committed
kiro update
1 parent dc10c7c commit deae485

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

pkgs/kiro-cli/default.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,16 +11,16 @@
1111
...
1212
}:
1313
let
14-
version = "2.6.1";
14+
version = "2.8.1";
1515

1616
sources = {
1717
x86_64-linux = {
1818
url = "https://prod.download.cli.kiro.dev/stable/${version}/kirocli-x86_64-linux.tar.gz";
19-
hash = "sha256-jPr0UrCtoENUIDYqJ6n6+l4ocsHGr9Fkw28/zY9vCUk=";
19+
hash = "sha256-6HAczZP8cCChkZ4rN3I+15vwABHm1LvSu+CKgIbNqRM=";
2020
};
2121
aarch64-darwin = {
2222
url = "https://prod.download.cli.kiro.dev/stable/${version}/Kiro%20CLI.dmg";
23-
hash = "sha256-ehiLyP/NXz7Dx5QpRsZ6X3HvDVka915Js9E+pj7UfRA=";
23+
hash = "sha256-nN3GHnAdjgIplKgbPgtis4M1lRhyH5s8ilHMjKAuRJU=";
2424
};
2525
};
2626

0 commit comments

Comments
 (0)