diff options
| author | Oleg Pykhalov <go.wigust@gmail.com> | 2021-03-18 09:59:15 +0300 |
|---|---|---|
| committer | Oleg Pykhalov <go.wigust@gmail.com> | 2021-03-18 09:59:15 +0300 |
| commit | a98b0d1e6d7bed029844576e8637ce9807600ad2 (patch) | |
| tree | fa971895ae107df8e432508d1f9701d16cca5ee6 | |
| parent | Merge pull request #115098 from r-ryantm/auto-update/go-ethereum (diff) | |
| download | nixpkgs-fork/idea-ultimate.tar.gz | |
pkgs: idea-ultimate: Downgrade to 2020.1.fork/idea-ultimate
| -rw-r--r-- | pkgs/applications/editors/jetbrains/default.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/editors/jetbrains/default.nix b/pkgs/applications/editors/jetbrains/default.nix index 31551f1b7248..9c545f2133ab 100644 --- a/pkgs/applications/editors/jetbrains/default.nix +++ b/pkgs/applications/editors/jetbrains/default.nix @@ -322,12 +322,12 @@ in idea-ultimate = buildIdea rec { name = "idea-ultimate-${version}"; - version = "2020.3.2"; /* updated by script */ + version = "2020.1"; description = "Integrated Development Environment (IDE) by Jetbrains, requires paid license"; license = lib.licenses.unfree; src = fetchurl { url = "https://download.jetbrains.com/idea/ideaIU-${version}-no-jbr.tar.gz"; - sha256 = "1vac21d9p52z4k1dl903rc2dbbcf873xbg8rx1fp9nsaaphnc9lq"; /* updated by script */ + sha256 = "0lrimmczl49azwsms56l4dg7himzr991a209r921jxa32rdjfq6x"; /* updated by script */ }; wmClass = "jetbrains-idea"; update-channel = "IntelliJ IDEA RELEASE"; |
