about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorJonas Heinrich <onny@project-insanity.org>2023-01-25 10:52:12 +0100
committerGitHub <noreply@github.com>2023-01-25 10:52:12 +0100
commit890bbc622c27ba073258d388f8b63117eb48c3f4 (patch)
treed85ac964ef624e74f6c6a46084aecd6303437073 /pkgs
parent39f937d55d65c1d46962cf823b99c9e74aada57b (diff)
parent1cbd2b55c71eb7a18f27fa8d4f8afe0db1833c81 (diff)
Merge pull request #212283 from Ten0/smartgithg-22.1.3
smartgithg: 22.1.1 -> 22.1.3
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/applications/version-management/smartgithg/default.nix5
1 files changed, 3 insertions, 2 deletions
diff --git a/pkgs/applications/version-management/smartgithg/default.nix b/pkgs/applications/version-management/smartgithg/default.nix
index 15d26406bb8d4..a9aabd7a87da0 100644
--- a/pkgs/applications/version-management/smartgithg/default.nix
+++ b/pkgs/applications/version-management/smartgithg/default.nix
@@ -13,11 +13,11 @@
 
 stdenv.mkDerivation rec {
   pname = "smartgithg";
-  version = "22.1.1";
+  version = "22.1.3";
 
   src = fetchurl {
     url = "https://www.syntevo.com/downloads/smartgit/smartgit-linux-${builtins.replaceStrings [ "." ] [ "_" ] version}.tar.gz";
-    sha256 = "sha256-twN1Clnj17A2IUOOhvs8hs6PuvC81j9GqF0yKIk3IkQ=";
+    sha256 = "sha256-TnpjRFInqmlY02fGi7oxoS4P1DzahryFvNLitJ5NjM4=";
   };
 
   nativeBuildInputs = [ wrapGAppsHook ];
@@ -87,6 +87,7 @@ stdenv.mkDerivation rec {
   meta = with lib; {
     description = "GUI for Git, Mercurial, Subversion";
     homepage = "https://www.syntevo.com/smartgit/";
+    changelog = "https://www.syntevo.com/smartgit/changelog.txt";
     license = licenses.unfree;
     platforms = platforms.linux;
     maintainers = with lib.maintainers; [ jraygauthier ];