diff options
| author | Franck Cuny <fcuny@roblox.com> | 2025-08-18 14:08:37 -0700 |
|---|---|---|
| committer | Franck Cuny <fcuny@roblox.com> | 2025-08-18 14:08:37 -0700 |
| commit | c03450e7e846bf51889b9966399101bc6a8a975d (patch) | |
| tree | f1275df610f9c8ab5c011ce272a51e20d6ff9a49 | |
| parent | fix work related configuration for 1password (diff) | |
| download | infra-c03450e7e846bf51889b9966399101bc6a8a975d.tar.gz | |
bump sapi to 1.2.10
| -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 6b5b6c9..f48d488 100644 --- a/pkgs/sapi/default.nix +++ b/pkgs/sapi/default.nix @@ -5,11 +5,11 @@ ... }: let - version = "1.2.4"; + version = "1.2.10"; sources = { aarch64-darwin = { url = "https://artifactory.rbx.com:443/artifactory/generic-rbx-local/sapi-cli/darwin-arm64/v${version}/sapi"; - sha256 = "sha256-rBgYTueVivUd3qM9h6fTq9fc7IKeAky1KXMSnO/uHcY="; + sha256 = "sha256-PQJuwCGEx7Yn92oTYFWqhTWmcHBSnWBMQLUZpx81VIQ="; }; }; in |
