d2: bump d2plugin-tala to 2.10 version
This commit is contained in:
parent
8d9b81f1c8
commit
4a7c15afc8
1 changed files with 2 additions and 2 deletions
|
@ -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 ];
|
||||
|
|
Loading…
Reference in a new issue