Merge pull request #288296 from Ezyrath/update/jetbrains

jetbrains-toolbox: 2.1.3.18901 -> 2.2.1.19765
This commit is contained in:
Pol Dellaiera 2024-02-15 23:15:39 +01:00 committed by GitHub
commit 83a144f3ae
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -10,11 +10,11 @@
}:
let
pname = "jetbrains-toolbox";
version = "2.1.3.18901";
version = "2.2.1.19765";
src = fetchzip {
url = "https://download.jetbrains.com/toolbox/jetbrains-toolbox-${version}.tar.gz";
sha256 = "sha256-XZEpzzFm0DA6iiPGOKbmsuNlpIlt7Qa2A+jEqU6GqgE=";
sha256 = "sha256-53CsE1hmtys5hNY2V+tskgwKg9jDLrEsYF6iY2fJGHU=";
stripRoot = false;
};