Unverified Commit bedb56c3 authored by Weijia Wang's avatar Weijia Wang Committed by GitHub
Browse files

Merge pull request #231232 from r-ryantm/auto-update/stress-ng

stress-ng: 0.15.06 -> 0.15.07
parents 0e543e14 bd3a5d09
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -4,13 +4,13 @@

stdenv.mkDerivation rec {
  pname = "stress-ng";
  version = "0.15.06";
  version = "0.15.07";

  src = fetchFromGitHub {
    owner = "ColinIanKing";
    repo = pname;
    rev = "V${version}";
    hash = "sha256-64PEeVpbFs0BjH4DvATlwErxqeJl/vn5otfiylT1RNk=";
    hash = "sha256-mNV0izRm6vVmmkpI9z1lswWtyTKIc2CXIBDNyC4XDPc=";
  };

  postPatch = ''