Merge pull request #272941 from Korny666/master
smartgithg: 22.1.5 -> 23.1.1
This commit is contained in:
commit
edd6e32492
2 changed files with 7 additions and 7 deletions
|
@ -2,7 +2,7 @@
|
||||||
, stdenv
|
, stdenv
|
||||||
, fetchurl
|
, fetchurl
|
||||||
, makeDesktopItem
|
, makeDesktopItem
|
||||||
, jre
|
, openjdk19
|
||||||
, gtk3
|
, gtk3
|
||||||
, glib
|
, glib
|
||||||
, gnome
|
, gnome
|
||||||
|
@ -10,14 +10,16 @@
|
||||||
, libXtst
|
, libXtst
|
||||||
, which
|
, which
|
||||||
}:
|
}:
|
||||||
|
let
|
||||||
|
jre = openjdk19;
|
||||||
|
in
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "smartgithg";
|
pname = "smartgithg";
|
||||||
version = "22.1.5";
|
version = "23.1.1";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "https://www.syntevo.com/downloads/smartgit/smartgit-linux-${builtins.replaceStrings [ "." ] [ "_" ] version}.tar.gz";
|
url = "https://www.syntevo.com/downloads/smartgit/smartgit-linux-${builtins.replaceStrings [ "." ] [ "_" ] version}.tar.gz";
|
||||||
sha256 = "sha256-s31sYEC1g7eLMhT9UkmjbBnHePY9wnQPmgGQXgVX4j4=";
|
sha256 = "sha256-LXB+OymApJjL4bgOZ8Vfd193jZHVbQ6G2zmrHNE/OJk=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ wrapGAppsHook ];
|
nativeBuildInputs = [ wrapGAppsHook ];
|
||||||
|
|
|
@ -35482,9 +35482,7 @@ with pkgs;
|
||||||
|
|
||||||
skrooge = libsForQt5.callPackage ../applications/office/skrooge { };
|
skrooge = libsForQt5.callPackage ../applications/office/skrooge { };
|
||||||
|
|
||||||
smartgithg = callPackage ../applications/version-management/smartgithg {
|
smartgithg = callPackage ../applications/version-management/smartgithg { };
|
||||||
jre = openjdk11;
|
|
||||||
};
|
|
||||||
|
|
||||||
smartdeblur = libsForQt5.callPackage ../applications/graphics/smartdeblur { };
|
smartdeblur = libsForQt5.callPackage ../applications/graphics/smartdeblur { };
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue