about summary refs log tree commit diff
diff options
context:
space:
mode:
authorThomas BESSOU <thomas.bessou@hotmail.fr>2023-01-23 18:58:02 +0100
committerThomas BESSOU <thomas.bessou@hotmail.fr>2023-01-23 18:58:02 +0100
commit74cd601e9c2dacaa32a7e24d8cbdb004c40a344f (patch)
tree3bbb7db1f54ad83c12dd3fd7c0cf5572a74e1d0a
parent6dccdc458512abce8d19f74195bb20fdb067df50 (diff)
smartgithg: 22.1.1 -> 22.1.3
-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 15d26406bb8d4..362f13becfaa5 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 ];