fix: package hash for imx471 driver now pulls from not main
All checks were successful
ci / nix-fmt (push) Successful in 9m37s

This commit is contained in:
Ceferino Patino 2026-05-16 01:57:33 -05:00
commit 2186baa5b8
Signed by: c4patino
SSH key fingerprint: SHA256:9fQ9TsujGrdNNi76mnsu63v7dS5JOmHRZEqBOl49OR8

View file

@ -13,7 +13,7 @@ stdenv.mkDerivation {
src = fetchFromGitHub {
owner = "BenBJD";
repo = "imx471-dkms";
rev = "main";
rev = "293a166ead7b9cc3d602cafc221b6028f970d3b5";
hash = "sha256-nekc4j6k8UJx0oOwBep93yMkFehK5qE67zjZmcUyVck=";
};