Merge pull request #34913 from razvan-panda/smartgithg

smartgithg: 17_1_1 -> 17_1_4
This commit is contained in:
adisbladis 2018-02-13 11:13:01 +08:00 committed by GitHub
commit 9553ca5bb6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 ];