etherape: 0.9.20 -> 0.9.21
Co-Authored-By: Guillaume Girol <symphorien+git@xlumurb.eu>
This commit is contained in:
committed by
Guillaume Girol
co-authored by
Guillaume Girol
parent
b780ce5f51
commit
a8c43472c6
@@ -6,7 +6,6 @@
|
||||
libtool,
|
||||
gtk3,
|
||||
libpcap,
|
||||
goocanvas2,
|
||||
popt,
|
||||
itstool,
|
||||
libxml2,
|
||||
@@ -14,12 +13,14 @@
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "etherape";
|
||||
version = "0.9.20";
|
||||
version = "0.9.21";
|
||||
src = fetchurl {
|
||||
url = "mirror://sourceforge/etherape/etherape-${version}.tar.gz";
|
||||
sha256 = "sha256-9UsQtWOXB1yYofGS4rMIF+ISWBsJKd0DBOFfqOr1n5Y=";
|
||||
sha256 = "sha256-SckN87uIDTxg36xERMqPxdaLqPNrgg7V+Hc4HJoHF1w=";
|
||||
};
|
||||
|
||||
strictDeps = true;
|
||||
|
||||
nativeBuildInputs = [
|
||||
itstool
|
||||
pkg-config
|
||||
@@ -29,7 +30,6 @@ stdenv.mkDerivation rec {
|
||||
libtool
|
||||
gtk3
|
||||
libpcap
|
||||
goocanvas2
|
||||
popt
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user