gcstar: 1.7.2 -> 1.7.3

+4 -3
+4 -3
pkgs/applications/misc/gcstar/default.nix
··· 6 7 stdenv.mkDerivation rec { 8 pname = "gcstar"; 9 - version = "1.7.2"; 10 11 src = fetchFromGitLab { 12 owner = "Kerenoc"; 13 repo = "GCstar"; 14 rev = "v${version}"; 15 - sha256 = "1vqfff33sssvlvsva1dflggmwl00j5p64sn1669f9wrbvjkxgpv4"; 16 }; 17 18 nativeBuildInputs = [ wrapGAppsHook ]; ··· 23 DateCalc 24 DateTimeFormatStrptime 25 Glib 26 - Gtk2 27 GD 28 GDGraph 29 GDText
··· 6 7 stdenv.mkDerivation rec { 8 pname = "gcstar"; 9 + version = "1.7.3"; 10 11 src = fetchFromGitLab { 12 owner = "Kerenoc"; 13 repo = "GCstar"; 14 rev = "v${version}"; 15 + sha256 = "1hah8ijh9mvcgbh36y3d3s6y79mzz27w24f2i29qllv7cayf6129"; 16 }; 17 18 nativeBuildInputs = [ wrapGAppsHook ]; ··· 23 DateCalc 24 DateTimeFormatStrptime 25 Glib 26 + Gtk3 27 + Gtk3SimpleList 28 GD 29 GDGraph 30 GDText