3
0
Fork 0
forked from mirrors/nixpkgs

stress-ng: 0.04.10 -> 0.04.11

Changes: https://launchpad.net/ubuntu/+source/stress-ng/+changelog
This commit is contained in:
Tobias Geerinckx-Rice 2015-07-22 17:56:43 +02:00
parent 0e48aaafd0
commit c805663bf4

View file

@ -1,11 +1,11 @@
{ stdenv, fetchurl, attr }:
let version = "0.04.10"; in
let version = "0.04.11"; in
stdenv.mkDerivation rec {
name = "stress-ng-${version}";
src = fetchurl {
sha256 = "1y0jmcgwn8np22r3ajg7giai8dvfg0r5ddpgbiqs48cx2gz7iyhf";
sha256 = "0hh1cqszviza4hvaj0hkhg8r42zjikcj6rc3l6fviwmr7f247ls5";
url = "http://kernel.ubuntu.com/~cking/tarballs/stress-ng/${name}.tar.gz";
};