about summary refs log tree commit diff
diff options
context:
space:
mode:
authorThomas BESSOU <thomas.bessou@hotmail.fr>2023-04-09 10:57:43 +0200
committerThomas BESSOU <thomas.bessou@hotmail.fr>2023-04-09 10:57:43 +0200
commit7f8f94d0a7b75257828bef4a385b4e5e078ef767 (patch)
treef25ef5505de94c82ed2441bef74c0721763ffefe
parent53dad94e874c9586e71decf82d972dfb640ef044 (diff)
smartgithg: 22.1.4 -> 22.1.5
-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 32dc11d4527d2..ecef523a0ec8f 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.4";
+  version = "22.1.5";
 
   src = fetchurl {
     url = "https://www.syntevo.com/downloads/smartgit/smartgit-linux-${builtins.replaceStrings [ "." ] [ "_" ] version}.tar.gz";
-    sha256 = "sha256-e5bgIA7dblRDWvwC2dqRFR+Sp6uMAWQbhlMqG8a4vZk=";
+    sha256 = "sha256-s31sYEC1g7eLMhT9UkmjbBnHePY9wnQPmgGQXgVX4j4=";
   };
 
   nativeBuildInputs = [ wrapGAppsHook ];