diff options
| author | Franck Cuny <fcuny@roblox.com> | 2026-01-05 13:32:04 -0800 |
|---|---|---|
| committer | Franck Cuny <fcuny@roblox.com> | 2026-01-05 13:32:14 -0800 |
| commit | cafcb8d091a46272571a228ed647c8266739ef28 (patch) | |
| tree | 44a11f2060870844f4536042dde7af92ea700c2e /pkgs | |
| parent | use ssh key backed by yubikey (diff) | |
| download | infra-cafcb8d091a46272571a228ed647c8266739ef28.tar.gz | |
bump sapi to 1.3.7
Diffstat (limited to 'pkgs')
| -rw-r--r-- | pkgs/sapi/default.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/sapi/default.nix b/pkgs/sapi/default.nix index f48d488..6bdd0a2 100644 --- a/pkgs/sapi/default.nix +++ b/pkgs/sapi/default.nix @@ -5,11 +5,11 @@ ... }: let - version = "1.2.10"; + version = "1.3.7"; sources = { aarch64-darwin = { url = "https://artifactory.rbx.com:443/artifactory/generic-rbx-local/sapi-cli/darwin-arm64/v${version}/sapi"; - sha256 = "sha256-PQJuwCGEx7Yn92oTYFWqhTWmcHBSnWBMQLUZpx81VIQ="; + sha256 = "sha256-Wr+FzkE+TYHKnlU0BnT4q7UcmHWhOYNqDEUfK9BA8gU="; }; }; in |
