nix/pkgs/flipperzero-firmware: fix source fetching

This commit is contained in:
Luke Granger-Brown 2022-08-28 19:29:27 +01:00
parent 04df4d0a98
commit 0c26047d75

View file

@ -46,7 +46,8 @@ pkgs.stdenvNoCC.mkDerivation rec {
repo = "flipperzero-firmware-wPlugins"; repo = "flipperzero-firmware-wPlugins";
rev = version; rev = version;
fetchSubmodules = true; fetchSubmodules = true;
sha256 = "01kdv4rld3ahp0wgb4ha0q2l8gspk7033li1bm5jgzggrkhyvgv1"; leaveDotGit = true;
sha256 = "1vvyrp1jai3l0cjhscqnp8zyw2hn6qkqjpq93gsryjhg615hxmj4";
}; };
patches = [ patches = [