smartgithg: 7_1_2 -> 8_0_3

This commit is contained in:
romildo 2016-10-12 20:15:35 -03:00
parent d4a22b4de3
commit 83d25e490b

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}";