Merge pull request #19500 from romildo/upd.smartgithg

smartgithg: 7_1_2 -> 8_0_3
This commit is contained in:
Jörg Thalheim 2016-10-13 21:23:35 +02:00 committed by GitHub
commit 0cdc181409

View File

@ -8,17 +8,16 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
name = "smartgithg-${version}"; name = "smartgithg-${version}";
version = "7_1_2"; version = "8_0_3";
src = fetchurl { src = fetchurl {
url = "http://www.syntevo.com/static/smart/download/smartgit/smartgit-linux-${version}.tar.gz"; url = "http://www.syntevo.com/static/smart/download/smartgit/smartgit-linux-${version}.tar.gz";
sha256 = "18jw4g2akhj6h9w8378kacv7ws35ndcnc3kkhci9iypwy432ak8d"; sha256 = "1ghxjg5dm22kwfrq26nqp4qhh6h7f4l4fnf1cx9cksd30ypwy223";
}; };
buildInputs = [ nativeBuildInputs = [ makeWrapper ];
makeWrapper
jre buildInputs = [ jre ];
];
buildCommand = let buildCommand = let
pkg_path = "$out/${name}"; pkg_path = "$out/${name}";