smartgithg: 24.1.1 -> 24.1.2 (#384989)
This commit is contained in:
@@ -15,14 +15,14 @@ let
|
||||
jre = openjdk21;
|
||||
in
|
||||
stdenv.mkDerivation (finalAttrs: {
|
||||
pname = "smartgithg";
|
||||
version = "24.1.1";
|
||||
pname = "smartgit";
|
||||
version = "24.1.2";
|
||||
|
||||
src = fetchurl {
|
||||
url = "https://www.syntevo.com/downloads/smartgit/smartgit-linux-${
|
||||
builtins.replaceStrings [ "." ] [ "_" ] finalAttrs.version
|
||||
}.tar.gz";
|
||||
hash = "sha256-Lv5U/D1p5+Xiq/IeQJGDu3t6j6sP0r0vMYpfAEeExfI=";
|
||||
hash = "sha256-bPiPb/k5f9dRpwm4Wj+c2mhFhH9WOz2hzKeDfQLRLHQ=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ wrapGAppsHook3 ];
|
||||
@@ -86,7 +86,6 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
icon = "smartgit";
|
||||
desktopName = "SmartGit";
|
||||
categories = [
|
||||
"Application"
|
||||
"Development"
|
||||
"RevisionControl"
|
||||
];
|
||||
@@ -101,7 +100,11 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
};
|
||||
|
||||
meta = {
|
||||
description = "GUI for Git, Mercurial, Subversion";
|
||||
description = "Git GUI client";
|
||||
longDescription = ''
|
||||
SmartGit is a multi-platform Git GUI client, free to use for active Open Source developers and users from academic institutions.
|
||||
Command line Git is required.
|
||||
'';
|
||||
homepage = "https://www.syntevo.com/smartgit/";
|
||||
changelog = "https://www.syntevo.com/smartgit/changelog.txt";
|
||||
license = lib.licenses.unfree;
|
||||
@@ -1358,6 +1358,7 @@ mapAliases {
|
||||
slimerjs = throw "slimerjs does not work with any version of Firefox newer than 59; upstream ended the project in 2021. <https://slimerjs.org/faq.html#end-of-development>"; # added 2025-01-06
|
||||
slurm-llnl = slurm; # renamed July 2017
|
||||
sm64ex-coop = throw "'sm64ex-coop' was removed as it was archived upstream. Consider migrating to 'sm64coopdx'"; # added 2024-11-23
|
||||
smartgithg = smartgit; # renamed March 2025
|
||||
snapTools = throw "snapTools was removed because makeSnap produced broken snaps and it was the only function in snapTools. See https://github.com/NixOS/nixpkgs/issues/100618 for more details."; # 2024-03-04;
|
||||
soldat-unstable = opensoldat; # Added 2022-07-02
|
||||
soundOfSorting = sound-of-sorting; # Added 2023-07-07
|
||||
|
||||
Reference in New Issue
Block a user