Skip to content

Commit

Permalink
cpulimit: 2.3 -> 2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
rycee committed Nov 26, 2016
1 parent 2d679db commit be34ee4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/tools/misc/cpulimit/default.nix
Expand Up @@ -2,11 +2,11 @@

stdenv.mkDerivation rec {
name = "cpulimit-${version}";
version = "2.3";
version = "2.4";

src = fetchurl {
url = "mirror://sourceforge/limitcpu/${name}.tar.gz";
sha256 = "192r2ghxyn8dm1la65f685nzsbj3dhdrxx3cv3i6cafygs3dyfa0";
sha256 = "1fr4rgi5vdbjxsn04j99g1qyr7n5169hrv6lp3lli030alvkfbm2";
};

buildFlags = with stdenv;
Expand Down

0 comments on commit be34ee4

Please sign in to comment.