Merge pull request #295725 from wegank/smartgithg-bump

smartgithg: 23.1.1 -> 23.1.2
This commit is contained in:
Nick Cao 2024-03-14 12:40:02 -04:00 committed by GitHub
commit d0950d4cf9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 4 additions and 6 deletions

View file

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

View file

@ -34988,8 +34988,6 @@ with pkgs;
skrooge = libsForQt5.callPackage ../applications/office/skrooge { };
smartgithg = callPackage ../applications/version-management/smartgithg { };
smartdeblur = libsForQt5.callPackage ../applications/graphics/smartdeblur { };
snapper = callPackage ../tools/misc/snapper { };