about summary refs log tree commit diff
path: root/pkgs/applications/version-management/smartgithg/default.nix
diff options
context:
space:
mode:
authorJosé Romildo <malaquias@gmail.com>2021-05-15 09:11:53 -0300
committerJosé Romildo <malaquias@gmail.com>2021-05-15 09:11:53 -0300
commit0c6dd4164a86ff8ba41e84c2ce70ea14be0c7bd0 (patch)
treea94ed9a92a6d20d9e07aa0062ec97aeed13fe1fc /pkgs/applications/version-management/smartgithg/default.nix
parent838e396944e3d9fe16faf155c6bf869f85f924d0 (diff)
smartgithg: 19.1.1 -> 20.2.5
Diffstat (limited to 'pkgs/applications/version-management/smartgithg/default.nix')
-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 14e1173d406ff..3c0e540d228bc 100644
--- a/pkgs/applications/version-management/smartgithg/default.nix
+++ b/pkgs/applications/version-management/smartgithg/default.nix
@@ -12,11 +12,11 @@
 
 stdenv.mkDerivation rec {
   pname = "smartgithg";
-  version = "19.1.1";
+  version = "20.2.5";
 
   src = fetchurl {
     url = "https://www.syntevo.com/downloads/smartgit/smartgit-linux-${builtins.replaceStrings [ "." ] [ "_" ] version}.tar.gz";
-    sha256 = "0i0dvyy9d63f4hk8czlyk83ai0ywhqp7wbdkq3s87l7irwgs42jy";
+    sha256 = "05f3yhzf6mvr6c5v6qvjrx97pzrrnkh9mp444zlkbnpgnrsmdc6v";
   };
 
   nativeBuildInputs = [ wrapGAppsHook ];