chore: update firmware script
This commit is contained in:
parent
8c9b27dc1b
commit
49cf8701ec
1 changed files with 2 additions and 2 deletions
|
|
@ -5,10 +5,10 @@
|
||||||
}:
|
}:
|
||||||
stdenvNoCC.mkDerivation (final: {
|
stdenvNoCC.mkDerivation (final: {
|
||||||
pname = "get-apple-firmware";
|
pname = "get-apple-firmware";
|
||||||
version = "fe8c338e6cf1238a390984ba06544833ab8792d3";
|
version = "360156db52c013dbdac0ef9d6e2cebbca46b955b";
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "https://raw.github.com/t2linux/wiki/${final.version}/docs/tools/firmware.sh";
|
url = "https://raw.github.com/t2linux/wiki/${final.version}/docs/tools/firmware.sh";
|
||||||
hash = "sha256-DYghvLnG3DO8WmLIrT4p5yzCDWRevp3vx0wYtdTLyeY=";
|
hash = "sha256-IL7omNdXROG402N2K9JfweretTnQujY67wKKC8JgxBo=";
|
||||||
};
|
};
|
||||||
|
|
||||||
dontUnpack = true;
|
dontUnpack = true;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue