Skip to content

Commit

Permalink
noetic: actionlib: update patch URL
Browse files Browse the repository at this point in the history
I deleted my fork after the PR was merged, so the patch can no longer be
fetched from that URL.

Fixes #291
  • Loading branch information
lopsided98 committed Aug 20, 2023
1 parent b923476 commit 278cbda
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions distros/ros1-overlay.nix
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ rosSelf: rosSuper: with rosSelf.lib; {
patches ? [], ...
}: {
patches = patches ++ [ (self.fetchpatch {
url = "https://github.com/lopsided98/actionlib/commit/d675dd75d9080d2832591e0220d19e0f0d981446.patch";
url = "https://github.com/ros/actionlib/commit/d675dd75d9080d2832591e0220d19e0f0d981446.patch";
stripLen = 1;
includes = [ "include/*" ];
sha256 = "sha256-bB8PkiDisgBgZoDyieiT1dSQK/xSfG8ZZOJyigX0SYY=";
hash = "sha256-bB8PkiDisgBgZoDyieiT1dSQK/xSfG8ZZOJyigX0SYY=";
}) ];
});

Expand Down

0 comments on commit 278cbda

Please sign in to comment.