Merge pull request #217807 from Korny666/smartgithg-update-to-22.1.4

smartgithg: 22.1.3 -> 22.1.4
This commit is contained in:
Nick Cao 2023-02-24 10:01:08 +08:00 committed by GitHub
commit 0f2be3fe9d
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 ];