Merge pull request #247894 from AnatolyPopov/jetbrain-toolbox-upgrade

jetbrains-toolbox: 1.28.1.15219 -> 2.0.0.16559
This commit is contained in:
Nick Cao 2023-08-08 19:20:01 -06:00 committed by GitHub
commit fdecde8d53
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,11 +10,11 @@
}:
let
pname = "jetbrains-toolbox";
version = "1.28.1.15219";
version = "2.0.0.16559";
src = fetchzip {
url = "https://download.jetbrains.com/toolbox/jetbrains-toolbox-${version}.tar.gz";
sha256 = "sha256-4P73MC5Go8wLACBtjh1y3Ao0czE/3hsSI4728mNjKxA=";
sha256 = "sha256-z+udyilfVwcVnaFhp6GYHCXqh1d7T5fj/TbbjMoen2I=";
stripRoot = false;
};