summary refs log tree commit diff
path: root/pkgs/applications/editors
diff options
context:
space:
mode:
authorVanilla <osu_Vanilla@126.com>2021-11-25 19:12:18 +0800
committerVanilla <osu_Vanilla@126.com>2021-11-25 19:12:18 +0800
commit80f5a12fa3e39789fe51e832385c39104b7d6fa3 (patch)
tree73977bee4f245167eca5f5a8e31076448efaa854 /pkgs/applications/editors
parentfe0dd07b78e364af5fda2a2365c0cc2254b95518 (diff)
downloadnixpkgs-80f5a12fa3e39789fe51e832385c39104b7d6fa3.tar
nixpkgs-80f5a12fa3e39789fe51e832385c39104b7d6fa3.tar.gz
nixpkgs-80f5a12fa3e39789fe51e832385c39104b7d6fa3.tar.bz2
nixpkgs-80f5a12fa3e39789fe51e832385c39104b7d6fa3.tar.lz
nixpkgs-80f5a12fa3e39789fe51e832385c39104b7d6fa3.tar.xz
nixpkgs-80f5a12fa3e39789fe51e832385c39104b7d6fa3.tar.zst
nixpkgs-80f5a12fa3e39789fe51e832385c39104b7d6fa3.zip
jetbrains.datagrip: 2021.2.4 -> 2021.3.1
Diffstat (limited to 'pkgs/applications/editors')
-rw-r--r--pkgs/applications/editors/jetbrains/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/editors/jetbrains/default.nix b/pkgs/applications/editors/jetbrains/default.nix
index 4c65ddcc8f6..db5f8275386 100644
--- a/pkgs/applications/editors/jetbrains/default.nix
+++ b/pkgs/applications/editors/jetbrains/default.nix
@@ -255,12 +255,12 @@ in
 
   datagrip = buildDataGrip rec {
     name = "datagrip-${version}";
-    version = "2021.2.4"; /* updated by script */
+    version = "2021.3.1"; /* updated by script */
     description = "Your Swiss Army Knife for Databases and SQL";
     license = lib.licenses.unfree;
     src = fetchurl {
       url = "https://download.jetbrains.com/datagrip/${name}.tar.gz";
-      sha256 = "1vj9ihzw07bh30ngy8mj027ljq9zzd904k61f8jbfpw75vknh8f6"; /* updated by script */
+      sha256 = "18drbddcjbbv6q6j95wy7ila8d7imi0gh5nnf0lhj4gkkxhszmii"; /* updated by script */
     };
     wmClass = "jetbrains-datagrip";
     update-channel = "DataGrip RELEASE";