jetbrains-toolbox: 2.0.1.16621 -> 2.0.2.16660

This commit is contained in:
Okan Celik 2023-08-15 17:24:17 +02:00
parent 609397e683
commit 6075cdde43
No known key found for this signature in database
GPG Key ID: 7D279ED727E5D470

View File

@ -10,11 +10,11 @@
}:
let
pname = "jetbrains-toolbox";
version = "2.0.1.16621";
version = "2.0.2.16660";
src = fetchzip {
url = "https://download.jetbrains.com/toolbox/jetbrains-toolbox-${version}.tar.gz";
sha256 = "sha256-FZuoLzouwi3HfTJct+Sh8DNzdzQoEsErBb04SgYrZN0=";
sha256 = "sha256-iz9bUkeQZs0k3whRZuIl/KtSn7KlTq1urQ2I+D292MM=";
stripRoot = false;
};