mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-27 01:13:05 +00:00
Merge pull request #328495 from r-ryantm/auto-update/jetbrains-toolbox
jetbrains-toolbox: 2.4.0.32175 -> 2.4.1.32573
This commit is contained in:
commit
afebc04d76
@ -9,11 +9,11 @@
|
|||||||
}:
|
}:
|
||||||
let
|
let
|
||||||
pname = "jetbrains-toolbox";
|
pname = "jetbrains-toolbox";
|
||||||
version = "2.4.0.32175";
|
version = "2.4.1.32573";
|
||||||
|
|
||||||
src = fetchzip {
|
src = fetchzip {
|
||||||
url = "https://download.jetbrains.com/toolbox/jetbrains-toolbox-${version}.tar.gz";
|
url = "https://download.jetbrains.com/toolbox/jetbrains-toolbox-${version}.tar.gz";
|
||||||
hash = "sha256-+EKl8o+S5nwV3u+RrhxuOm/6dLH6zRSvFnyaZRO8xc0=";
|
hash = "sha256-6sfO9tDIdp/xuNtqZ7UXqzP1SuLd6ZAF7lMTlaF3Z80=";
|
||||||
stripRoot = false;
|
stripRoot = false;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user