fix: package hash for imx471 driver now pulls from not main
All checks were successful
ci / nix-fmt (push) Successful in 9m37s
All checks were successful
ci / nix-fmt (push) Successful in 9m37s
This commit is contained in:
parent
159438db3f
commit
2186baa5b8
1 changed files with 1 additions and 1 deletions
|
|
@ -13,7 +13,7 @@ stdenv.mkDerivation {
|
|||
src = fetchFromGitHub {
|
||||
owner = "BenBJD";
|
||||
repo = "imx471-dkms";
|
||||
rev = "main";
|
||||
rev = "293a166ead7b9cc3d602cafc221b6028f970d3b5";
|
||||
hash = "sha256-nekc4j6k8UJx0oOwBep93yMkFehK5qE67zjZmcUyVck=";
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue