gede: 2.16.2 -> 2.17.1

This commit is contained in:
Julien Dehos 2021-01-25 13:59:24 +01:00
parent 8708b6d871
commit 8d29fd4b00

View file

@ -2,11 +2,11 @@
mkDerivation rec {
pname = "gede";
version = "2.16.2";
version = "2.17.1";
src = fetchurl {
url = "http://gede.acidron.com/uploads/source/${pname}-${version}.tar.xz";
sha256 = "18a8n9yvhgkbc97p2995j7b5ncfdzy1fy13ahdafqmcpkl4r1hrj";
url = "http://gede.dexar.se/uploads/source/${pname}-${version}.tar.xz";
sha256 = "0hbsy2ymzgl8xd9mnh43gxdfncy7g6czxfvfyh7zp3ij8yiwf8x3";
};
nativeBuildInputs = [ qmake makeWrapper python ];
@ -25,7 +25,7 @@ mkDerivation rec {
meta = with lib; {
description = "Graphical frontend (GUI) to GDB";
homepage = "http://gede.acidron.com";
homepage = "http://gede.dexar.se";
license = licenses.bsd2;
platforms = platforms.linux;
maintainers = with maintainers; [ juliendehos ];