mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-13 09:17:07 +03:00
jetbrains.jdk: 17.0.3-b469.37 → 17.0.5-b653.14
This commit is contained in:
parent
cb51cfe745
commit
5b3321b4e8
@ -7,16 +7,13 @@
|
|||||||
|
|
||||||
openjdk17.overrideAttrs (oldAttrs: rec {
|
openjdk17.overrideAttrs (oldAttrs: rec {
|
||||||
pname = "jetbrains-jdk";
|
pname = "jetbrains-jdk";
|
||||||
version = "17.0.3-b469.37";
|
version = "17.0.5-b653.14";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "JetBrains";
|
owner = "JetBrains";
|
||||||
repo = "JetBrainsRuntime";
|
repo = "JetBrainsRuntime";
|
||||||
rev = "jb${version}";
|
rev = "jb${version}";
|
||||||
hash =
|
hash = "sha256-7Nx7Y12oMfs4zeQMSfnUaDCW1xJYMEkcoTapSpmVCfU=";
|
||||||
# Upstream issue: https://github.com/JetBrains/JetBrainsRuntime/issues/163
|
|
||||||
if stdenv.isDarwin then "sha256-ExRvjs53rIuhUx4oCgAqu1Av3CNAgmE1ZlN0srEh3XM="
|
|
||||||
else "sha256-O+OIDRJcIsb/vhO2+SYuYdUYWYTGkBcQ9cHTExLIFDE=";
|
|
||||||
};
|
};
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
|
Loading…
Reference in New Issue
Block a user