d2: bump d2plugin-tala to 2.10 version

This commit is contained in:
Dmitriy Pleshevskiy 2022-12-27 14:50:58 +03:00
parent 8d9b81f1c8
commit 4a7c15afc8
Signed by: pleshevskiy
GPG Key ID: 1B59187B161C0215
1 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@
let
platform = if stdenv.isLinux then "linux" else "darwin";
arch = if lib.hasPrefix "x86_" system then "amd64" else "arm64";
version = "0.2.9";
version = "0.2.10";
fileName = "tala-v${version}-${platform}-${arch}.tar.gz";
in
stdenv.mkDerivation {
@ -12,7 +12,7 @@ stdenv.mkDerivation {
src = fetchurl {
url = "https://github.com/terrastruct/TALA/releases/download/v${version}/${fileName}";
sha256 = "sha256-u5wR71Nga9s0hFfAsUlSTTswbwVmtlDXU7vrVesX/Gs=";
sha256 = "sha256-RK6QtwEjtzX20LiRRkMJLY9/+DpkQC9GMsQ+YW9ujmk=";
};
nativeBuildInputs = [ installShellFiles ];