Skip to content

Commit

Permalink
stress-ng 0.03.18 -> 0.03.19
Browse files Browse the repository at this point in the history
  • Loading branch information
nckx committed Feb 25, 2015
1 parent 586b9d9 commit 04b8bd0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/tools/system/stress-ng/default.nix
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{ stdenv, fetchurl }:

let version = "0.03.18"; in
let version = "0.03.19"; in
stdenv.mkDerivation rec {
name = "stress-ng-${version}";

src = fetchurl {
sha256 = "0v71h92zfr0n53ws413r4mn9xhh8mavcw9iwhdibxlsn33zhbb4p";
sha256 = "1icr9gk0zm2hhn19xg57x0509w4jz4mf72hsyy6nadzn9426ssaq";
url = "http://kernel.ubuntu.com/~cking/tarballs/stress-ng/${name}.tar.gz";
};

Expand Down

0 comments on commit 04b8bd0

Please sign in to comment.