jetbrains-toolbox: 2.0.0.16559 -> 2.0.1.16621

This commit is contained in:
Okan Celik 2023-08-11 01:23:34 +02:00
parent 079f7bd05b
commit 29451551c6
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.0.16559";
version = "2.0.1.16621";
src = fetchzip {
url = "https://download.jetbrains.com/toolbox/jetbrains-toolbox-${version}.tar.gz";
sha256 = "sha256-z+udyilfVwcVnaFhp6GYHCXqh1d7T5fj/TbbjMoen2I=";
sha256 = "sha256-FZuoLzouwi3HfTJct+Sh8DNzdzQoEsErBb04SgYrZN0=";
stripRoot = false;
};