rmlint: 2.8.0 -> 2.9.0
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/rmlint/versions
This commit is contained in:
parent
c455adcc42
commit
5abb31557d
@ -5,13 +5,13 @@
|
|||||||
with stdenv.lib;
|
with stdenv.lib;
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "rmlint";
|
pname = "rmlint";
|
||||||
version = "2.8.0";
|
version = "2.9.0";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "sahib";
|
owner = "sahib";
|
||||||
repo = "rmlint";
|
repo = "rmlint";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "1gc7gbnh0qg1kl151cv1ld87vhpm1v3pnkn7prhscdcc21jrg8nz";
|
sha256 = "1b5cziam14h80xrfb285fmfrzz2rligxcpsq1xsig14xf4l2875i";
|
||||||
};
|
};
|
||||||
|
|
||||||
CFLAGS="-I${stdenv.lib.getDev utillinux}/include";
|
CFLAGS="-I${stdenv.lib.getDev utillinux}/include";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user