1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-22 13:41:26 +00:00

rr: 4.0.0 -> 4.0.3

This commit is contained in:
Moritz Ulrich 2016-01-29 12:28:08 +01:00
parent c06cdea547
commit 4ee173e011

View file

@ -1,14 +1,14 @@
{ stdenv, fetchFromGitHub, cmake, libpfm, zlib, python, pkgconfig, pythonPackages, which, procps }:
stdenv.mkDerivation rec {
version = "4.0.0";
version = "4.0.3";
name = "rr-${version}";
src = fetchFromGitHub {
owner = "mozilla";
repo = "rr";
rev = version;
sha256 = "02njg9riziyvgp0q39lhpyf32p1hjjk1wih5dvl74wrzy5anhbwk";
sha256 = "0k12r1hzkn5286kz5cg4mvii92m0prs58przchr495r9hfjcy276";
};
patchPhase = ''