Merge pull request #272941 from Korny666/master

smartgithg: 22.1.5 -> 23.1.1
This commit is contained in:
Christian Kögler 2023-12-14 23:35:07 +01:00 committed by GitHub
commit edd6e32492
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 7 deletions

View File

@ -2,7 +2,7 @@
, stdenv
, fetchurl
, makeDesktopItem
, jre
, openjdk19
, gtk3
, glib
, gnome
@ -10,14 +10,16 @@
, libXtst
, which
}:
let
jre = openjdk19;
in
stdenv.mkDerivation rec {
pname = "smartgithg";
version = "22.1.5";
version = "23.1.1";
src = fetchurl {
url = "https://www.syntevo.com/downloads/smartgit/smartgit-linux-${builtins.replaceStrings [ "." ] [ "_" ] version}.tar.gz";
sha256 = "sha256-s31sYEC1g7eLMhT9UkmjbBnHePY9wnQPmgGQXgVX4j4=";
sha256 = "sha256-LXB+OymApJjL4bgOZ8Vfd193jZHVbQ6G2zmrHNE/OJk=";
};
nativeBuildInputs = [ wrapGAppsHook ];

View File

@ -35482,9 +35482,7 @@ with pkgs;
skrooge = libsForQt5.callPackage ../applications/office/skrooge { };
smartgithg = callPackage ../applications/version-management/smartgithg {
jre = openjdk11;
};
smartgithg = callPackage ../applications/version-management/smartgithg { };
smartdeblur = libsForQt5.callPackage ../applications/graphics/smartdeblur { };