Skip to content

Commit

Permalink
nixpkgs: rr 5.0.0 -> 5.1.0
Browse files Browse the repository at this point in the history
Signed-off-by: Austin Seipp <aseipp@pobox.com>
  • Loading branch information
thoughtpolice committed Dec 31, 2017
1 parent dac8f27 commit 6aeee37
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, python2Packages, which, procps, gdb, capnproto }:

stdenv.mkDerivation rec {
version = "5.0.0";
version = "5.1.0";
name = "rr-${version}";

src = fetchFromGitHub {
owner = "mozilla";
repo = "rr";
rev = version;
sha256 = "1cc1dbq129qlmrysk7cmaihcd9c93csi79dv3kqsnnprbz480z9i";
sha256 = "16v08irycb295jjw5yrcjdagvkgcgg4hl5qz215hrw1ff4g7sazy";
};

postPatch = ''
Expand Down

2 comments on commit 6aeee37

@orivej
Copy link
Contributor

@orivej orivej commented on 6aeee37 Dec 31, 2017

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The commit should have been named rr: 5.0.0 -> 5.1.0.

@thoughtpolice
Copy link
Member Author

@thoughtpolice thoughtpolice commented on 6aeee37 Jan 2, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I've used (roughtly) this style for quite literally years before the naming conventions on updates became standardized IIRC, so I apologize about that, it's muscle memory at this point.

Please sign in to comment.