Merge pull request #122644 from dasj19/gcstar-update
This commit is contained in:
commit
ead4f1a640
1 changed files with 4 additions and 3 deletions
|
@ -6,13 +6,13 @@
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "gcstar";
|
pname = "gcstar";
|
||||||
version = "1.7.2";
|
version = "1.7.3";
|
||||||
|
|
||||||
src = fetchFromGitLab {
|
src = fetchFromGitLab {
|
||||||
owner = "Kerenoc";
|
owner = "Kerenoc";
|
||||||
repo = "GCstar";
|
repo = "GCstar";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "1vqfff33sssvlvsva1dflggmwl00j5p64sn1669f9wrbvjkxgpv4";
|
sha256 = "1hah8ijh9mvcgbh36y3d3s6y79mzz27w24f2i29qllv7cayf6129";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ wrapGAppsHook ];
|
nativeBuildInputs = [ wrapGAppsHook ];
|
||||||
|
@ -23,7 +23,8 @@ stdenv.mkDerivation rec {
|
||||||
DateCalc
|
DateCalc
|
||||||
DateTimeFormatStrptime
|
DateTimeFormatStrptime
|
||||||
Glib
|
Glib
|
||||||
Gtk2
|
Gtk3
|
||||||
|
Gtk3SimpleList
|
||||||
GD
|
GD
|
||||||
GDGraph
|
GDGraph
|
||||||
GDText
|
GDText
|
||||||
|
|
Loading…
Reference in a new issue