rmlint: 2.0.0 -> 2.1.0

This commit is contained in:
koral
2015-05-09 10:45:14 +00:00
parent e50afd12b7
commit e047ac86d6
2 changed files with 2 additions and 26 deletions
+2 -4
View File
@@ -4,15 +4,13 @@
with stdenv.lib;
stdenv.mkDerivation rec {
name = "rmlint-${version}";
version = "2.0.0";
version = "2.1.0";
src = fetchurl {
url = "https://github.com/sahib/rmlint/archive/v${version}.tar.gz";
sha256 = "14jiswagipsmzxclcskn672ws4126p65l6hlzkkvanyv8gmpv90f";
sha256 = "17hqkx1ji6rbvliji18my16b23ig9d6v4azgypwl0fam2ar4rm4g";
};
patches = [ ./fix-scons.patch ];
configurePhase = "scons config";
buildInputs = [ gettext glib json_glib libelf pkgconfig scons sphinx utillinux ];