Merge pull request #295778 from r-ryantm/auto-update/jetbrains-toolbox

jetbrains-toolbox: 2.2.2.20062 -> 2.2.3.20090
This commit is contained in:
Pol Dellaiera 2024-03-15 22:18:47 +01:00 committed by GitHub
commit 36374767e9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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