overlay/jetbrains: bump to 2023.1

This commit is contained in:
Aaron Bieber 2023-03-28 14:21:06 -06:00
parent 2d3a6129ea
commit 772d0d6493
No known key found for this signature in database

View File

@ -3,11 +3,11 @@ let
# Override jetbrains idea-ultimate until the newer version is available
jetbrains = super.jetbrains // {
idea-ultimate = super.jetbrains.idea-ultimate.overrideAttrs (_: rec {
version = "2022.3.3";
version = "2023.1";
src = super.fetchurl {
url =
"https://download-cdn.jetbrains.com/idea/ideaIU-${version}.tar.gz";
sha256 = "sha256-wwK9hLSKVu8bDwM+jpOg2lWQ+ASC6uFy22Ew2gNTFKY=";
sha256 = "sha256-MCnHUcNthv7wAh/s648wENN669Qq721q7Z47kgfC0qw=";
};
});
};