summary refs log tree commit diff
diff options
context:
space:
mode:
authorRaymond Gauthier <jraygauthier@gmail.com>2015-04-27 21:38:42 -0400
committerRaymond Gauthier <jraygauthier@gmail.com>2015-04-27 22:00:42 -0400
commitce43dae0df758bfc762e9d2e89b0e0065f4c8c14 (patch)
tree0205a15a2e1b3a4411aee75f09b62434f692b509
parent4463bad2dd5d5175c2c80f2050f2622372724be1 (diff)
downloadnixlib-ce43dae0df758bfc762e9d2e89b0e0065f4c8c14.tar
nixlib-ce43dae0df758bfc762e9d2e89b0e0065f4c8c14.tar.gz
nixlib-ce43dae0df758bfc762e9d2e89b0e0065f4c8c14.tar.bz2
nixlib-ce43dae0df758bfc762e9d2e89b0e0065f4c8c14.tar.lz
nixlib-ce43dae0df758bfc762e9d2e89b0e0065f4c8c14.tar.xz
nixlib-ce43dae0df758bfc762e9d2e89b0e0065f4c8c14.tar.zst
nixlib-ce43dae0df758bfc762e9d2e89b0e0065f4c8c14.zip
Updated smartgithg to version `6.5.7`.
-rw-r--r--pkgs/applications/version-management/smartgithg/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/version-management/smartgithg/default.nix b/pkgs/applications/version-management/smartgithg/default.nix
index 5bb201b60d00..1af0653fa812 100644
--- a/pkgs/applications/version-management/smartgithg/default.nix
+++ b/pkgs/applications/version-management/smartgithg/default.nix
@@ -7,7 +7,7 @@
 }:
 
 let
-  the_version = "6_5_3";
+  the_version = "6_5_7";
 
 in
 
@@ -17,7 +17,7 @@ stdenv.mkDerivation rec {
   src = fetchurl {
     url = "http://www.syntevo.com/download/smartgit/" +
           "smartgit-generic-${the_version}.tar.gz";
-    sha256 = "0hz1y29ipls58fizr27w6rbv7v7qbbc1h70xvjjd8c94k9ajmav9";
+    sha256 = "0db4dxp0dl173z9r8n25zdl1il240p751d2f77cw0nmyibik7q4l";
   };
 
   buildInputs = [