stress-ng: update 0.03.14 -> 0.03.15

This commit is contained in:
Tobias Geerinckx-Rice 2015-02-10 19:24:52 +01:00
parent fd6e830aa3
commit 5e608de1ac
1 changed files with 2 additions and 2 deletions

View File

@ -1,12 +1,12 @@
{ stdenv, fetchurl }:
let version = "0.03.14"; in
let version = "0.03.15"; in
stdenv.mkDerivation rec {
name = "stress-ng-${version}";
src = fetchurl {
sha256 = "1x1zfws5bndbj1qim0mvnsmjvhf0p4xryrpjdk3qrwc1kigdsimr";
url = "http://kernel.ubuntu.com/~cking/tarballs/stress-ng/${name}.tar.gz";
sha256 = "049c541p2m6mjgvi8nri6rmc1yjvyg1x0gkgdq9axzvbxh7bcgh1";
};
patchPhase = ''