Unverified Commit 867738f9 authored by Franz Pletz's avatar Franz Pletz Committed by GitHub
Browse files

stress-ng: 0.18.09 -> 0.18.10 (#378985)

parents c6e957d8 c1c7311d
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -5,13 +5,13 @@

stdenv.mkDerivation rec {
  pname = "stress-ng";
  version = "0.18.09";
  version = "0.18.10";

  src = fetchFromGitHub {
    owner = "ColinIanKing";
    repo = pname;
    rev = "V${version}";
    hash = "sha256-Xx9IdAc2jIGGmOTzqqOzSV7ck7JjeEdXUhbSnh77oV8=";
    hash = "sha256-RZc3OJkonXOW8iqSsHd/EA4XVTSiRO0ZRdAam3JC0MA=";
  };

  postPatch = ''