about summary refs log tree commit diff
path: root/pkgs/applications/editors/jetbrains
diff options
context:
space:
mode:
authorAverell Dalton <averell+nixpkgs@rxd4.com>2019-04-26 15:39:24 +0200
committerCray Elliott <MP2E@archlinux.us>2019-04-27 04:03:57 -0700
commitccc403c589c996f2682b025dc5178a35310637f3 (patch)
treece30022dc280491b1e0dfe203ab8292fe0be341f /pkgs/applications/editors/jetbrains
parent8d52d13be0696c5ac93b7ac2f3e0f8b23d70e592 (diff)
downloadnixlib-ccc403c589c996f2682b025dc5178a35310637f3.tar
nixlib-ccc403c589c996f2682b025dc5178a35310637f3.tar.gz
nixlib-ccc403c589c996f2682b025dc5178a35310637f3.tar.bz2
nixlib-ccc403c589c996f2682b025dc5178a35310637f3.tar.lz
nixlib-ccc403c589c996f2682b025dc5178a35310637f3.tar.xz
nixlib-ccc403c589c996f2682b025dc5178a35310637f3.tar.zst
nixlib-ccc403c589c996f2682b025dc5178a35310637f3.zip
jetbrains.goland: 2019.1 -> 2019.1.1
Diffstat (limited to 'pkgs/applications/editors/jetbrains')
-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 2d5b1b5c4a47..15c861576322 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.1"; /* updated by script */
+    version = "2019.1.1"; /* 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 = "0aq3x5aixh86h1zvvwrbr2f1nnqdpfvlsadd2ckmf5s5kghvg5r9"; /* updated by script */
+      sha256 = "0b8msq0raczm657rhbyqi702zv4zs66yd6dcm7s0l54hnas5ia9r"; /* updated by script */
     };
     wmClass = "jetbrains-goland";
     update-channel = "GoLand RELEASE";