Skip to content

Commit

Permalink
rr: 4.4.0 -> 4.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
aristidb committed Feb 5, 2017
1 parent c84d0dd commit 00517f1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/tools/analysis/rr/default.nix
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{ stdenv, fetchFromGitHub, cmake, libpfm, zlib, pkgconfig, python2Packages, which, procps, gdb }:

stdenv.mkDerivation rec {
version = "4.4.0";
version = "4.5.0";
name = "rr-${version}";

src = fetchFromGitHub {
owner = "mozilla";
repo = "rr";
rev = version;
sha256 = "1ijzs5lwscg0k5ch1bljiqqh35rzai75xcgghgkjbz86ynmf62rd";
sha256 = "114g1yhpjfyxcn0fkvnfi03lhrs11pj0a1945j2j8z90hx4dwba8";
};

postPatch = ''
Expand Down

0 comments on commit 00517f1

Please sign in to comment.