Merge pull request #202327 from Korny666/smartgithg-update-to-22.1.0

smartgithg: 21.2.2 -> 22.1.0
This commit is contained in:
Christian Kögler 2022-11-29 22:05:00 +01:00 committed by GitHub
commit 8f43020cda
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,11 +12,11 @@
stdenv.mkDerivation rec {
pname = "smartgithg";
version = "21.2.2";
version = "22.1.0";
src = fetchurl {
url = "https://www.syntevo.com/downloads/smartgit/smartgit-linux-${builtins.replaceStrings [ "." ] [ "_" ] version}.tar.gz";
sha256 = "10v6sg0lmjby3v8g3sk2rzzvdx5p69ia4zz2c0hbf30rk0p6gqn3";
sha256 = "sha256-CcujqgvNvHK4Si1KJq3vRER3SID2XKPbOXL0zd+ezpU=";
};
nativeBuildInputs = [ wrapGAppsHook ];