rmlint: 2.0.0 -> 2.1.0
This commit is contained in:
@@ -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 ];
|
||||
|
||||
Reference in New Issue
Block a user