Merge pull request #110767 from juliendehos/gede-2.17.1

gede: 2.16.2 -> 2.17.1
This commit is contained in:
Sandro 2021-01-25 21:08:23 +01:00 committed by GitHub
commit 576ef43e28
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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 ];