Skip to content

Commit 3320739

Browse files
authored
Stable link to OE4T/meta-tegra instead of master
Recent update in repo https://github.com/OE4T/meta-tegra (this one OE4T/meta-tegra@b86c2ae) in fact breaks `jetpack-nixos` build: ``` hash mismatch in fixed-output derivation '/nix/store/n59rw7dri9dacvrav379m3i621qql6nf-0003-Update-conversion-defaults-to-match-NVIDIA-sources.patch.drv': > specified: sha256-vGilgHWinrKjX+ikHo0J20PL713+w+lv46dBgfdvsZM= > got: sha256-6xCEjf432FLksCCk8+EpAbQU3PeGICOQ+6Q2OusUNa4= ``` I think we should refer all external repos by stable links to the certain commits instead of branches.
1 parent 0cf783a commit 3320739

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkgs/l4t/default.nix

+1-1
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ let
204204
_l4t-multimedia-v4l = libv4l.overrideAttrs ({ nativeBuildInputs ? [ ], patches ? [ ], postPatch ? "", ... }: {
205205
nativeBuildInputs = nativeBuildInputs ++ [ dpkg ];
206206
patches = patches ++ lib.singleton (fetchpatch {
207-
url = "https://raw.githubusercontent.com/OE4T/meta-tegra/master/recipes-multimedia/libv4l2/libv4l2-minimal/0003-Update-conversion-defaults-to-match-NVIDIA-sources.patch";
207+
url = "https://raw.githubusercontent.com/OE4T/meta-tegra/85aa94e16104debdd01a3f61a521b73d86340a9f/recipes-multimedia/libv4l2/libv4l2-minimal/0003-Update-conversion-defaults-to-match-NVIDIA-sources.patch";
208208
sha256 = "sha256-vGilgHWinrKjX+ikHo0J20PL713+w+lv46dBgfdvsZM=";
209209
});
210210
# Use a placeholder path that we replace in the l4t-multimedia derivation, We avoid an infinite recursion problem this way.

0 commit comments

Comments
 (0)