libraspberrypi: fix URL

(cherry picked from commit 3915d2fd27e2d8a62cff752bd1e4146317c76f31)
This commit is contained in:
Ricardo M. Correia 2021-06-03 00:20:26 +02:00
parent 592df52aa1
commit 3b96c770a8
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ stdenv.mkDerivation rec {
patches = [
(fetchpatch {
# https://github.com/raspberrypi/userland/pull/670
url = "https://github.com/raspberrypi/userland/pull/670/commits/37cb44f314ab1209fe2a0a2449ef78893b1e5f62.patch";
url = "https://github.com/raspberrypi/userland/commit/37cb44f314ab1209fe2a0a2449ef78893b1e5f62.patch";
sha256 = "1fbrbkpc4cc010ji8z4ll63g17n6jl67kdy62m74bhlxn72gg9rw";
})
];