summary refs log tree commit diff
path: root/pkgs/applications
diff options
context:
space:
mode:
authoradisbladis <adisbladis@gmail.com>2018-02-13 11:13:01 +0800
committerGitHub <noreply@github.com>2018-02-13 11:13:01 +0800
commit9553ca5bb6c01bb72421eb85932feb753c3ec3de (patch)
tree1201e8a69897d7ef378ee3403729bd3c68e2666c /pkgs/applications
parent40c8e9cae9bce91eda4ad2b140e3aab6b216f1b4 (diff)
parent7c72b4a0f15c0182dc2bed2d395d849b5bbf174a (diff)
downloadnixlib-9553ca5bb6c01bb72421eb85932feb753c3ec3de.tar
nixlib-9553ca5bb6c01bb72421eb85932feb753c3ec3de.tar.gz
nixlib-9553ca5bb6c01bb72421eb85932feb753c3ec3de.tar.bz2
nixlib-9553ca5bb6c01bb72421eb85932feb753c3ec3de.tar.lz
nixlib-9553ca5bb6c01bb72421eb85932feb753c3ec3de.tar.xz
nixlib-9553ca5bb6c01bb72421eb85932feb753c3ec3de.tar.zst
nixlib-9553ca5bb6c01bb72421eb85932feb753c3ec3de.zip
Merge pull request #34913 from razvan-panda/smartgithg
smartgithg: 17_1_1 -> 17_1_4
Diffstat (limited to 'pkgs/applications')
-rw-r--r--pkgs/applications/version-management/smartgithg/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/version-management/smartgithg/default.nix b/pkgs/applications/version-management/smartgithg/default.nix
index d39c81400100..a34afbab55e6 100644
--- a/pkgs/applications/version-management/smartgithg/default.nix
+++ b/pkgs/applications/version-management/smartgithg/default.nix
@@ -8,11 +8,11 @@
 
 stdenv.mkDerivation rec {
   name = "smartgithg-${version}";
-  version = "17_1_1";
+  version = "17_1_4";
 
   src = fetchurl {
-    url = "http://www.syntevo.com/static/smart/download/smartgit/smartgit-linux-${version}.tar.gz";
-    sha256 = "1zc1cs9gxv9498jp1nhi9z70dv9dzv0yh5f3bd89wi5zvcwly3d0";
+    url = "https://www.syntevo.com/downloads/smartgit/smartgit-linux-${version}.tar.gz";
+    sha256 = "1x8s1mdxg7m3fy3izgnb1smrn4ng3q31x0sqnjlchkb5vx7gp5rh";
   };
 
   nativeBuildInputs = [ makeWrapper ];