forked from mirrors/nixpkgs
smartgithg: 7_1_2 -> 8_0_3
This commit is contained in:
parent
d4a22b4de3
commit
83d25e490b
|
@ -8,17 +8,16 @@
|
|||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "smartgithg-${version}";
|
||||
version = "7_1_2";
|
||||
version = "8_0_3";
|
||||
|
||||
src = fetchurl {
|
||||
url = "http://www.syntevo.com/static/smart/download/smartgit/smartgit-linux-${version}.tar.gz";
|
||||
sha256 = "18jw4g2akhj6h9w8378kacv7ws35ndcnc3kkhci9iypwy432ak8d";
|
||||
sha256 = "1ghxjg5dm22kwfrq26nqp4qhh6h7f4l4fnf1cx9cksd30ypwy223";
|
||||
};
|
||||
|
||||
buildInputs = [
|
||||
makeWrapper
|
||||
jre
|
||||
];
|
||||
nativeBuildInputs = [ makeWrapper ];
|
||||
|
||||
buildInputs = [ jre ];
|
||||
|
||||
buildCommand = let
|
||||
pkg_path = "$out/${name}";
|
||||
|
|
Loading…
Reference in a new issue