smartgithg: 22.1.3 -> 22.1.4

This commit is contained in:
Korny666 2023-02-23 07:56:27 +01:00 committed by GitHub
parent 5956e0866f
commit 621c9b038c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 ];