Unverified Commit 3224dc88 authored by nixpkgs-ci[bot]'s avatar nixpkgs-ci[bot] Committed by GitHub
Browse files

stress-ng: 0.20.00 -> 0.20.01 (#492553)

parents 05bdb8a8 05d75845
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -18,13 +18,13 @@

stdenv.mkDerivation (finalAttrs: {
  pname = "stress-ng";
  version = "0.20.00";
  version = "0.20.01";

  src = fetchFromGitHub {
    owner = "ColinIanKing";
    repo = "stress-ng";
    tag = "V${finalAttrs.version}";
    hash = "sha256-KbsxZhsS5q/MZ2laA16ideicRu7oezH12yzmEBMyzVc=";
    hash = "sha256-C9TpUM18W+ARFAFLSqTl6RjRrI60pxhdP/veBHu2cco=";
  };

  postPatch = ''