From 4a7c15afc8d5a94b7dfe57367d6ec10d869919f8 Mon Sep 17 00:00:00 2001 From: Dmitriy Pleshevskiy Date: Tue, 27 Dec 2022 14:50:58 +0300 Subject: [PATCH] d2: bump d2plugin-tala to 2.10 version --- pkgs/d2/d2plugin-tala.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/d2/d2plugin-tala.nix b/pkgs/d2/d2plugin-tala.nix index 0a4489c..38337e4 100644 --- a/pkgs/d2/d2plugin-tala.nix +++ b/pkgs/d2/d2plugin-tala.nix @@ -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 ];