jetbrains-toolbox: 2.4.0.32175 -> 2.4.1.32573

This commit is contained in:
R. Ryantm 2024-07-19 17:47:20 +00:00
parent 23fed6a921
commit d0065cf5f4

View File

@ -9,11 +9,11 @@
}:
let
pname = "jetbrains-toolbox";
version = "2.4.0.32175";
version = "2.4.1.32573";
src = fetchzip {
url = "https://download.jetbrains.com/toolbox/jetbrains-toolbox-${version}.tar.gz";
hash = "sha256-+EKl8o+S5nwV3u+RrhxuOm/6dLH6zRSvFnyaZRO8xc0=";
hash = "sha256-6sfO9tDIdp/xuNtqZ7UXqzP1SuLd6ZAF7lMTlaF3Z80=";
stripRoot = false;
};