summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRicardo M. Correia <rcorreia@wizy.org>2021-06-03 00:20:26 +0200
committerRicardo M. Correia <rcorreia@wizy.org>2021-06-03 18:08:13 +0200
commit3b96c770a82c9e8cd4f7435d78d79852b46ba32d (patch)
tree1143bc3d5abe27e9499a4446c9267020edfee5d7
parentnix: 2.3.11 -> 2.3.12 (diff)
downloadnixpkgs-3b96c770a82c9e8cd4f7435d78d79852b46ba32d.tar.gz
libraspberrypi: fix URL
(cherry picked from commit 3915d2fd27e2d8a62cff752bd1e4146317c76f31)
-rw-r--r--pkgs/development/libraries/libraspberrypi/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/libraries/libraspberrypi/default.nix b/pkgs/development/libraries/libraspberrypi/default.nix
index 8ffe8f488b25..8a8f41981aae 100644
--- a/pkgs/development/libraries/libraspberrypi/default.nix
+++ b/pkgs/development/libraries/libraspberrypi/default.nix
@@ -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";
})
];