Merge pull request #110767 from juliendehos/gede-2.17.1
gede: 2.16.2 -> 2.17.1
This commit is contained in:
commit
576ef43e28
|
@ -2,11 +2,11 @@
|
||||||
|
|
||||||
mkDerivation rec {
|
mkDerivation rec {
|
||||||
pname = "gede";
|
pname = "gede";
|
||||||
version = "2.16.2";
|
version = "2.17.1";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "http://gede.acidron.com/uploads/source/${pname}-${version}.tar.xz";
|
url = "http://gede.dexar.se/uploads/source/${pname}-${version}.tar.xz";
|
||||||
sha256 = "18a8n9yvhgkbc97p2995j7b5ncfdzy1fy13ahdafqmcpkl4r1hrj";
|
sha256 = "0hbsy2ymzgl8xd9mnh43gxdfncy7g6czxfvfyh7zp3ij8yiwf8x3";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ qmake makeWrapper python ];
|
nativeBuildInputs = [ qmake makeWrapper python ];
|
||||||
|
@ -25,7 +25,7 @@ mkDerivation rec {
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "Graphical frontend (GUI) to GDB";
|
description = "Graphical frontend (GUI) to GDB";
|
||||||
homepage = "http://gede.acidron.com";
|
homepage = "http://gede.dexar.se";
|
||||||
license = licenses.bsd2;
|
license = licenses.bsd2;
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
maintainers = with maintainers; [ juliendehos ];
|
maintainers = with maintainers; [ juliendehos ];
|
||||||
|
|
Loading…
Reference in New Issue