jetbrains-toolbox: 2.2.3.20090 -> 2.3.1.31116

This commit is contained in:
R. Ryantm 2024-05-01 06:36:06 +00:00
parent 705bad7ed6
commit eb66c23a70

View File

@ -9,11 +9,11 @@
}:
let
pname = "jetbrains-toolbox";
version = "2.2.3.20090";
version = "2.3.1.31116";
src = fetchzip {
url = "https://download.jetbrains.com/toolbox/jetbrains-toolbox-${version}.tar.gz";
sha256 = "sha256-SqxQF5pG61CySsDzdZ1P2C9cCe/B145D0S+T4NByif8=";
sha256 = "sha256-mrTeUp9DBSO1S6Nxx077lqtY847CiCBCCi/vboZ8ADs=";
stripRoot = false;
};