Unverified Commit aa18eb2c authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

fatrace: 0.17.0 -> 0.18.0 (#375051)

parents fa45ad36 a29c300b
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -8,13 +8,13 @@

stdenv.mkDerivation rec {
  pname = "fatrace";
  version = "0.17.0";
  version = "0.18.0";

  src = fetchFromGitHub {
    owner = "martinpitt";
    repo = pname;
    rev = version;
    sha256 = "sha256-MRHM+hyuRevK4L3u6dGw1S3O7w+BJBsprJVcSz6Q9xg=";
    sha256 = "sha256-QkavhxORENQSLUg4tq+W1WB7zSYYinWOOYPqNbv+pEI=";
  };

  buildInputs = [