Merge pull request #89679 from r-ryantm/auto-update/rmlint

rmlint: 2.9.0 -> 2.10.0
This commit is contained in:
Benjamin Hipple 2020-06-06 14:56:13 -04:00 committed by GitHub
commit 4a63fb2212
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,13 +5,13 @@
with stdenv.lib;
stdenv.mkDerivation rec {
pname = "rmlint";
version = "2.9.0";
version = "2.10.0";
src = fetchFromGitHub {
owner = "sahib";
repo = "rmlint";
rev = "v${version}";
sha256 = "1b5cziam14h80xrfb285fmfrzz2rligxcpsq1xsig14xf4l2875i";
sha256 = "1r7j1bmm83p6wdw0jhvkm4sa568r534zsy45bvas7qq4433jl019";
};
CFLAGS="-I${stdenv.lib.getDev utillinux}/include";