rmlint: 2.1.0 -> 2.2.0 (closes #8268)

authored by koral and committed by Rok Garbas 6c213c6e b36629d8

+2 -2
+2 -2
pkgs/tools/misc/rmlint/default.nix
··· 4 with stdenv.lib; 5 stdenv.mkDerivation rec { 6 name = "rmlint-${version}"; 7 - version = "2.1.0"; 8 9 src = fetchurl { 10 url = "https://github.com/sahib/rmlint/archive/v${version}.tar.gz"; 11 - sha256 = "17hqkx1ji6rbvliji18my16b23ig9d6v4azgypwl0fam2ar4rm4g"; 12 }; 13 14 configurePhase = "scons config";
··· 4 with stdenv.lib; 5 stdenv.mkDerivation rec { 6 name = "rmlint-${version}"; 7 + version = "2.2.0"; 8 9 src = fetchurl { 10 url = "https://github.com/sahib/rmlint/archive/v${version}.tar.gz"; 11 + sha256 = "1wg6br30ccvxl2189a75lb3d03kg8spfkkp9qlf3whl0xirsm15n"; 12 }; 13 14 configurePhase = "scons config";