about summary refs log tree commit diff
path: root/pkgs/applications/version-management/smartgithg/default.nix
diff options
context:
space:
mode:
authorKorny666 <phtde@web.de>2023-02-23 07:56:27 +0100
committerGitHub <noreply@github.com>2023-02-23 07:56:27 +0100
commit621c9b038cddf00cbc581ecd205614e0c8b14127 (patch)
tree30a74ce14d217a1cf1bbf8bf445465c806ab5aad /pkgs/applications/version-management/smartgithg/default.nix
parent5956e0866f819b00babbe249c2a082322e3226f0 (diff)
smartgithg: 22.1.3 -> 22.1.4
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 a9aabd7a87da0..32dc11d4527d2 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.3";
+  version = "22.1.4";
 
   src = fetchurl {
     url = "https://www.syntevo.com/downloads/smartgit/smartgit-linux-${builtins.replaceStrings [ "." ] [ "_" ] version}.tar.gz";
-    sha256 = "sha256-TnpjRFInqmlY02fGi7oxoS4P1DzahryFvNLitJ5NjM4=";
+    sha256 = "sha256-e5bgIA7dblRDWvwC2dqRFR+Sp6uMAWQbhlMqG8a4vZk=";
   };
 
   nativeBuildInputs = [ wrapGAppsHook ];