about summary refs log tree commit diff
diff options
context:
space:
mode:
authorEdmund Wu <fangkazuto@gmail.com>2019-09-27 15:56:05 -0400
committerEdmund Wu <fangkazuto@gmail.com>2019-09-27 15:56:05 -0400
commit5ebf7e414ebd521ee01660a70d6cb5cb9066131c (patch)
treeb10b7eb6818286bdb20258e6262f115f3a4b961c
parent403dc59d547a0c2c9b99508b625f467c969c9d5c (diff)
downloadnixlib-5ebf7e414ebd521ee01660a70d6cb5cb9066131c.tar
nixlib-5ebf7e414ebd521ee01660a70d6cb5cb9066131c.tar.gz
nixlib-5ebf7e414ebd521ee01660a70d6cb5cb9066131c.tar.bz2
nixlib-5ebf7e414ebd521ee01660a70d6cb5cb9066131c.tar.lz
nixlib-5ebf7e414ebd521ee01660a70d6cb5cb9066131c.tar.xz
nixlib-5ebf7e414ebd521ee01660a70d6cb5cb9066131c.tar.zst
nixlib-5ebf7e414ebd521ee01660a70d6cb5cb9066131c.zip
jetbrains.goland: 2019.2.1 -> 2019.2.2
-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 351c71a36fa6..77e644b8683c 100644
--- a/pkgs/applications/editors/jetbrains/default.nix
+++ b/pkgs/applications/editors/jetbrains/default.nix
@@ -276,12 +276,12 @@ in
 
   goland = buildGoland rec {
     name = "goland-${version}";
-    version = "2019.2.1"; /* updated by script */
+    version = "2019.2.2"; /* updated by script */
     description = "Up and Coming Go IDE";
     license = stdenv.lib.licenses.unfree;
     src = fetchurl {
       url = "https://download.jetbrains.com/go/${name}.tar.gz";
-      sha256 = "16wmsf6c8x95d050grqgv6aaxlkc6pqhbqzlz6fzsngjnbkn64yj"; /* updated by script */
+      sha256 = "1wq1prgfn6wc7lc6qjhiykm62c56yrb5rv0hyylcsgdw0q3ns6z2"; /* updated by script */
     };
     wmClass = "jetbrains-goland";
     update-channel = "GoLand RELEASE";