update intellij eap
This commit is contained in:
		
							parent
							
								
									8d01b7a86e
								
							
						
					
					
						commit
						5fe7c48d7e
					
				@ -108,10 +108,10 @@
 | 
			
		||||
  nixpkgs.config.packageOverrides = pkgs: rec {
 | 
			
		||||
    idea.idea-community = pkgs.idea.idea-community.overrideDerivation (oldAttrs: rec {
 | 
			
		||||
        name = "idea-community-${version}";
 | 
			
		||||
        version = "2016.1.eap";
 | 
			
		||||
        version = "2016.2.eap";
 | 
			
		||||
        src = pkgs.fetchurl {
 | 
			
		||||
          url = "https://download.jetbrains.com/idea/ideaIC-162.426.1-no-jdk.tar.gz";
 | 
			
		||||
          sha256 = "4bb67043d9769b9e7a83f2585b74cc671e1683489597c03dcac779c5c6129de6";
 | 
			
		||||
          url = "https://download.jetbrains.com/idea/ideaIC-162.646.4-no-jdk.tar.gz";
 | 
			
		||||
          sha256 = "bedafa87b8fdb97aadf912e0c1f5768f75b7719cbafa5c665d8302f6d3aa6eb4";
 | 
			
		||||
        };
 | 
			
		||||
      });
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user