Skip to content

Commit

Permalink
jetbrains.idea-community-src: 2024.3.1 -> 2024.3.1.1; jetbrains.pycha…
Browse files Browse the repository at this point in the history
…rm-community-src: 2024.3 -> 2024.3.1.1
  • Loading branch information
NyCodeGHG committed Jan 9, 2025
1 parent 5d2e690 commit da89f8c
Show file tree
Hide file tree
Showing 3 changed files with 183 additions and 178 deletions.

Large diffs are not rendered by default.

18 changes: 9 additions & 9 deletions pkgs/applications/editors/jetbrains/source/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -3,23 +3,23 @@

{
idea-community = callPackage ./build.nix {
version = "2024.3.1";
buildNumber = "243.22562.145";
version = "2024.3.1.1";
buildNumber = "243.22562.218";
buildType = "idea";
ideaHash = "sha256-So55gxse7TU05F2c1pe/2BPjZ6xNlCi0Lhaxm+45w/M=";
ideaHash = "sha256-QKFUg6C+ZVgPrgd6jwWSkBVMHAF30ja0Uqezy9syo5k=";
androidHash = "sha256-2ZLTh3mwrIWOqn1UHqAVibG5JvfvxinqDna/EGxd0Ds=";
jpsHash = "sha256-p3AEHULhVECIicyhCYNkxeQoMAorrbvoIj7jcqxYD2s=";
restarterHash = "sha256-m6HK4kxtAlN6EaszI/xpkVYDaY8W3Qn9FGWgvaW/UYI=";
restarterHash = "sha256-rkx8DOaIxG0H2jz4sFsPzhcNyzN51HTI3hPEsp8yUY4=";
mvnDeps = ./idea_maven_artefacts.json;
};
pycharm-community = callPackage ./build.nix {
version = "2024.3";
buildNumber = "243.21565.199";
version = "2024.3.1.1";
buildNumber = "243.22562.220";
buildType = "pycharm";
ideaHash = "sha256-NohKF30k3aSYgDUPKrhE2CZmjzT8TK0zw++0Low1OfM=";
androidHash = "sha256-H1JegxX6sj7XG0EdZhtzL92GupCCoIq4akgK9t06nXM=";
ideaHash = "sha256-QKFUg6C+ZVgPrgd6jwWSkBVMHAF30ja0Uqezy9syo5k=";
androidHash = "sha256-2ZLTh3mwrIWOqn1UHqAVibG5JvfvxinqDna/EGxd0Ds=";
jpsHash = "sha256-p3AEHULhVECIicyhCYNkxeQoMAorrbvoIj7jcqxYD2s=";
restarterHash = "sha256-CnTYpYx6SoT6XaS79cm0QpIijIiPKpFh4LfiPJkByXA=";
restarterHash = "sha256-B0eReRKfA9W7uwVHuY+3zZEAD5d+cOQpcbBLxn8AVYw=";
mvnDeps = ./pycharm_maven_artefacts.json;
};
}
Loading

0 comments on commit da89f8c

Please sign in to comment.