summary refs log tree commit diff
path: root/pkgs/applications/version-management/smartgithg
diff options
context:
space:
mode:
authorromildo <malaquias@gmail.com>2016-10-12 20:15:35 -0300
committerromildo <malaquias@gmail.com>2016-10-12 20:15:35 -0300
commit83d25e490bf7f530d0a283863684519457a97da0 (patch)
treed0682507860dffab6ebfafed7d49c3793b392845 /pkgs/applications/version-management/smartgithg
parentd4a22b4de3e768de542eaf42819692c631bfaae3 (diff)
downloadnixpkgs-83d25e490bf7f530d0a283863684519457a97da0.tar
nixpkgs-83d25e490bf7f530d0a283863684519457a97da0.tar.gz
nixpkgs-83d25e490bf7f530d0a283863684519457a97da0.tar.bz2
nixpkgs-83d25e490bf7f530d0a283863684519457a97da0.tar.lz
nixpkgs-83d25e490bf7f530d0a283863684519457a97da0.tar.xz
nixpkgs-83d25e490bf7f530d0a283863684519457a97da0.tar.zst
nixpkgs-83d25e490bf7f530d0a283863684519457a97da0.zip
smartgithg: 7_1_2 -> 8_0_3
Diffstat (limited to 'pkgs/applications/version-management/smartgithg')
-rw-r--r--pkgs/applications/version-management/smartgithg/default.nix11
1 files changed, 5 insertions, 6 deletions
diff --git a/pkgs/applications/version-management/smartgithg/default.nix b/pkgs/applications/version-management/smartgithg/default.nix
index 485e8cc6c21..b4b0e74a79c 100644
--- a/pkgs/applications/version-management/smartgithg/default.nix
+++ b/pkgs/applications/version-management/smartgithg/default.nix
@@ -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}";