summary refs log tree commit diff
path: root/pkgs/applications/editors
diff options
context:
space:
mode:
authorIgnat Loskutov <loskutov@google.com>2017-01-15 20:07:21 +0300
committerIgnat Loskutov <loskutov@google.com>2017-01-15 20:11:37 +0300
commit5d89ad044789ebbad7d5242169fee287a8fdf8a9 (patch)
tree2905a90359f205692651144236947f2e75e5192b /pkgs/applications/editors
parent3eafa26d75d0401d2484fbcba731a31751c82ad6 (diff)
downloadnixlib-5d89ad044789ebbad7d5242169fee287a8fdf8a9.tar
nixlib-5d89ad044789ebbad7d5242169fee287a8fdf8a9.tar.gz
nixlib-5d89ad044789ebbad7d5242169fee287a8fdf8a9.tar.bz2
nixlib-5d89ad044789ebbad7d5242169fee287a8fdf8a9.tar.lz
nixlib-5d89ad044789ebbad7d5242169fee287a8fdf8a9.tar.xz
nixlib-5d89ad044789ebbad7d5242169fee287a8fdf8a9.tar.zst
nixlib-5d89ad044789ebbad7d5242169fee287a8fdf8a9.zip
datagrip: 2016.3 -> 2016.3.2
Diffstat (limited to 'pkgs/applications/editors')
-rw-r--r--pkgs/applications/editors/idea/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/editors/idea/default.nix b/pkgs/applications/editors/idea/default.nix
index cef1ab8e19bf..204fd60d2bc3 100644
--- a/pkgs/applications/editors/idea/default.nix
+++ b/pkgs/applications/editors/idea/default.nix
@@ -340,12 +340,12 @@ in
 
   datagrip = buildDataGrip rec {
     name = "datagrip-${version}";
-    version = "2016.3";
+    version = "2016.3.2";
     description = "Your Swiss Army Knife for Databases and SQL";
     license = stdenv.lib.licenses.unfree;
     src = fetchurl {
       url = "https://download.jetbrains.com/datagrip/${name}.tar.gz";
-      sha256 = "10nah7v330qrrczzz5jldnr0k7w2xzljiny32gm9pqmjbl0i70il";
+      sha256 = "19njb6i7nl6szql7cy99jmig59b304c6im3988p1dd8dj2j6csv3";
     };
     wmClass = "jetbrains-datagrip";
   };