Merge pull request #225397 from Ten0/smartgithg-22.1.5

smartgithg: 22.1.4 -> 22.1.5
This commit is contained in:
Artturi 2023-04-09 13:28:21 +03:00 committed by GitHub
commit 89657443a2
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.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 ];