about summary refs log tree commit diff
path: root/pkgs/top-level/all-packages.nix
diff options
context:
space:
mode:
authorHerman Fries <baracoder@googlemail.com>2019-01-17 14:14:45 +0100
committerHerman Fries <baracoder@googlemail.com>2019-01-28 14:42:27 +0100
commite036a3d61635bd7241f5f2485f2c3ad5022f24b2 (patch)
treefa8dea459aadaf68ce3a8ce3f25d474a70c10d28 /pkgs/top-level/all-packages.nix
parent088cb13aee074fb48d104222cb80fb552ec17529 (diff)
downloadnixlib-e036a3d61635bd7241f5f2485f2c3ad5022f24b2.tar
nixlib-e036a3d61635bd7241f5f2485f2c3ad5022f24b2.tar.gz
nixlib-e036a3d61635bd7241f5f2485f2c3ad5022f24b2.tar.bz2
nixlib-e036a3d61635bd7241f5f2485f2c3ad5022f24b2.tar.lz
nixlib-e036a3d61635bd7241f5f2485f2c3ad5022f24b2.tar.xz
nixlib-e036a3d61635bd7241f5f2485f2c3ad5022f24b2.tar.zst
nixlib-e036a3d61635bd7241f5f2485f2c3ad5022f24b2.zip
smartgithg: 18_1_5 -> 18.2.4
This PR is committed using the new version.
The never version requires JRE 10, actually the changelog mentions
downgrading from JDK11 to 10 because of a bug related to https
but this seams to be fixed by now
https://bugs.openjdk.java.net/browse/JDK-8210005

Also I did not find a `jre` output in jdk11, so the closure size
might increase due to it.
Diffstat (limited to 'pkgs/top-level/all-packages.nix')
-rw-r--r--pkgs/top-level/all-packages.nix4
1 files changed, 3 insertions, 1 deletions
diff --git a/pkgs/top-level/all-packages.nix b/pkgs/top-level/all-packages.nix
index 590281de11a3..91a32167e062 100644
--- a/pkgs/top-level/all-packages.nix
+++ b/pkgs/top-level/all-packages.nix
@@ -19373,7 +19373,9 @@ in
     libpng = libpng12;
   };
 
-  smartgithg = callPackage ../applications/version-management/smartgithg { };
+  smartgithg = callPackage ../applications/version-management/smartgithg {
+    jre = openjdk11;
+  };
 
   slimThemes = recurseIntoAttrs (callPackage ../applications/display-managers/slim/themes.nix {});