Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

rmlint: 2.4.2 -> 2.4.4

(cherry picked from commit 92471cbc8fd98d2c79dbf9b1130ffddcb1e21422)

authored by koral and committed by Bjørn Forsman 87fe38fd 3104d1a8

+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.4.2"; 8 9 src = fetchurl { 10 url = "https://github.com/sahib/rmlint/archive/v${version}.tar.gz"; 11 - sha256 = "0rfgzamrw89z67jxg8b5jqjmvql00304n0ai4a81bfl90gybyncf"; 12 }; 13 14 configurePhase = "scons config";
··· 4 with stdenv.lib; 5 stdenv.mkDerivation rec { 6 name = "rmlint-${version}"; 7 + version = "2.4.4"; 8 9 src = fetchurl { 10 url = "https://github.com/sahib/rmlint/archive/v${version}.tar.gz"; 11 + sha256 = "1g38wmf58m9lbdngfsbz3dbkd44yqxppzvgi5mwag0w7r7khhir9"; 12 }; 13 14 configurePhase = "scons config";