Skip to content

Commit

Permalink
rr: 5.3.0 -> 5.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Nov 12, 2020
1 parent 280e273 commit 67a986a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/tools/analysis/rr/default.nix
@@ -1,14 +1,14 @@
{ stdenv, fetchFromGitHub, cmake, libpfm, zlib, pkgconfig, python3Packages, which, procps, gdb, capnproto }:

stdenv.mkDerivation rec {
version = "5.3.0";
version = "5.4.0";
pname = "rr";

src = fetchFromGitHub {
owner = "mozilla";
repo = "rr";
rev = version;
sha256 = "1x6l1xsdksnhz9v50p4r7hhmr077cq20kaywqy1jzdklvkjqzf64";
sha256 = "1sfldgkkmsdyaqa28i5agcykc63gwm3zjihd64g86i852w8al2w6";
};

postPatch = ''
Expand Down

0 comments on commit 67a986a

Please sign in to comment.