Merge pull request #129481 from solson/rr-unstable-bump

rr-unstable: 2020-10-04 -> 2021-07-06
This commit is contained in:
Sandro 2021-07-07 02:58:58 +02:00 committed by GitHub
commit 5bfb54513c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,9 +1,8 @@
# This is a temporary copy of the default.nix in this folder, with the version updated to the current tip of rr's master branch. # This is a temporary copy of the default.nix in this folder, with the version
# This exists because rr has not had a release in a long time, but there have been a lot of improvements including UX. # updated to the current tip of rr's master branch. This exists because rr has
# Some of the UX improvements help prevent foot shooting. # not had a release in a long time. Upstream has stated that it should be fine
# Upstream has stated that it should be fine to use master. # to use master. This file, and its attribute in all-packages, can be removed
# This file, and its attribute in all-packages, can be removed once rr makes a release. # once rr makes a release.
# For further information, please see https://github.com/NixOS/nixpkgs/issues/99535 "Improve support for the rr debugger in nixos containers"
{ callPackage, fetchFromGitHub }: { callPackage, fetchFromGitHub }:
@ -12,12 +11,12 @@ let
in in
rr.overrideAttrs (old: { rr.overrideAttrs (old: {
version = "unstable-2020-10-04"; version = "unstable-2021-07-06";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "mozilla"; owner = "mozilla";
repo = "rr"; repo = "rr";
rev = "9ff375813a740a0a6ebcdfcebc58bd61ab68c667"; rev = "0fc21a8d654dabc7fb1991d76343824cb7951ea0";
sha256 = "0raifs6cg5ckpi2445inhy3hfhp4p89s1lkx9z17mcc2g1c1phf5"; sha256 = "0s851rflxmvxcfw97zmplcwzhv86xmd3my78pi4c7gkj18d621i5";
}; };
}) })