overlay/jetbrains: bump to 2023.1
This commit is contained in:
parent
2d3a6129ea
commit
772d0d6493
@ -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=";
|
||||
};
|
||||
});
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user